Date: Mon, 2 Nov 2009 19:22:31 -0500
From: Taylor R Campbell <[email protected]>
If you'd like to try it out, and if you have Git handy, the easiest
way is to boostrap it with the C back end. Start by installing the
portable C distribution (the 20090107 snapshot will do), or at least
arranging its `mit-scheme-c' executable and library directory to be in
your environment variables PATH and MITSCHEME_LIBRARY_PATH; then run
git clone git://git.savannah.gnu.org/mit-scheme.git
cd mit-scheme/src
sh make-native.sh
Sorry, folks, the last command should be `sh etc/make-native.sh'. The
full sequence is:
git clone git://git.savannah.gnu.org/mit-scheme.git
cd mit-scheme/src
sh etc/make-native.sh
_______________________________________________
MIT-Scheme-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/mit-scheme-users