[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-users] Re: MIT Scheme on the AMD x86-64
From: |
Taylor R Campbell |
Subject: |
[MIT-Scheme-users] Re: MIT Scheme on the AMD x86-64 |
Date: |
Tue, 3 Nov 2009 10:09:21 -0500 |
User-agent: |
IMAIL/1.21; Edwin/3.116; MIT-Scheme/7.7.90.+ |
Date: Mon, 2 Nov 2009 19:22:31 -0500
From: Taylor R Campbell <address@hidden>
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