[Fluxus] OS X build script

gabor papp gabor.lists at mndl.hu
Wed Jan 21 02:51:02 PST 2009


> here is my current OS X build script (for all versions, 10.3
i would suggest some modifications. this detects your plt path, so you
don't have to update the script after installing a new plt version. i'm
using scons -u, so i can run the script from any subdirectories of
fluxus, which is useful during development.

#!/bin/bash

pltbin=$(dirname "`which mzscheme`")
export PATH=$PATH:$pltbin
plt=${pltbin%%bin}

scons -u Prefix=/opt/local/ PLTPrefix="$plt" PLTLib="$plt"/lib
PLTInclude="$plt"/include
sudo scons -u Prefix=/opt/local/ PLTPrefix="$plt" PLTLib="$plt"/lib
PLTInclude="$plt"/include install

--

best,
gabor




More information about the Fluxus mailing list