[Fluxus] plt

gabor papp gabor.lists at mndl.hu
Thu Aug 28 22:44:01 PDT 2008


> is it possible to install fluxus without this PLTcompiled and without changing Sconstruct 
> 
> file??
hi marina,

you don't need to compile plt scheme from source, you can install the 
osx binary from here: http://download.plt-scheme.org/drscheme/

when compiling fluxus you don't need to change the SConstruct file, but 
you need to pass the plt scheme location as a parameter.

this is the script i am using:

#!/bin/bash
plt="/Applications/PLT Scheme v4.1/"
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