From: Chris Hanson Date: Sun, 7 Mar 2010 08:43:57 +0000 (-0800) Subject: Describe how to build a Windows executable installer. X-Git-Tag: 20100708-Gtk~126^2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=693a9aae60c4569713175c87cf76392efa098ec5;p=mit-scheme.git Describe how to build a Windows executable installer. --- diff --git a/src/etc/windows/readme.txt b/src/etc/windows/readme.txt new file mode 100644 index 000000000..1d34bdab3 --- /dev/null +++ b/src/etc/windows/readme.txt @@ -0,0 +1,16 @@ +How to build a windows release: + +Get the i386 binary file and unpack it. + + cd mit-scheme-XX.YY\src + etc\windows\compile-prepare.bat + etc\windows\make-lib.bat + etc\windows\build-band.bat + +then, at the Scheme prompt: + + (load "../etc/windows/build-band") + +Finally, edit the file "dist/scheme-inst.nsi" to reflect the new +version number and the location of the "mit-scheme-XX.YY" directory, +and compile it using NSIS.