[Fluxus] plt&mzscheme

MarinA h marina2hu at yahoo.com
Mon Sep 1 15:29:23 PDT 2008


hi gabor,

thnx.. we have had problems after starting the script ,
with mzscheme. the problem is  that at this moment  mzscheme is uninstallable
from macports. and is this the last step in installing the fluxus itself? 



> 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





      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20080901/52b66ee7/attachment-0001.htm>


More information about the Fluxus mailing list