[Fluxus] OS X build script

evan.raskob [lists] lists at lowfrequency.org
Wed Jan 21 02:09:47 PST 2009


Hi all, here is my current OS X build script (for all versions, 10.3  
to 10.5), if anyone is interested.  It's very basic.  Is this  
automatically in the scons script right now? If not, here it is on the  
mailing list:


#!/bin/bash

export PATH=$PATH:/Applications/PLT\ Scheme\ v4.1.2/bin

# This next bit should be one line.  Might have been truncated by  
email/web
scons Prefix=/opt/local/ PLTPrefix=/Applications/PLT\ Scheme\ v4.1.2  
PLTLib=/Applications/PLT\ Scheme\ v4.1.2/lib PLTInclude=/Applications/ 
PLT\ Scheme\ v4.1.2/include

# This next bit should also be one line.
sudo scons Prefix=/opt/local/ PLTPrefix=/Applications/PLT\ Scheme\  
v4.1.2/ PLTLib=/Applications/PLT\ Scheme\ v4.1.2/lib PLTInclude=/ 
Applications/PLT\ Scheme\ v4.1.2/include install




More information about the Fluxus mailing list