Date: Sun, 5 Sep 2010 23:02:18 -0400
   From: Gerald Jay Sussman <[email protected]>

   Also, I need to know how to make these so I can use them in the new
   scmutils maker script.

        mit-scheme-X.Y.Z-i386
        mit-scheme-X.Y.Z-x86-64

% cd /path/to/your/favourite/directory                          # 1
% git clone git://git.savannah.gnu.org/mit-scheme.git           # 2
% ./mit-scheme/dist/make-src-files snapshot                     # 3
% ./mit-scheme/dist/make-native-files snapshot ARCH             # 4

ARCH is either i386 or x86-64.  After you have done this, you can copy
the directory to a machine with a different architecture and rerun
just step 4, in order to reduce the time spent in steps 1--3.  Also,
if you want a portable C distribution, after steps 1--3 you can run:

% ./mit-scheme/dist/make-liarc-files snapshot

_______________________________________________
MIT-Scheme-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to