projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e056617
)
Describe how to build a Windows executable installer.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 7 Mar 2010 08:43:57 +0000
(
00:43
-0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 7 Mar 2010 08:43:57 +0000
(
00:43
-0800)
src/etc/windows/readme.txt
[new file with mode: 0644]
patch
|
blob
diff --git a/src/etc/windows/readme.txt
b/src/etc/windows/readme.txt
new file mode 100644
(file)
index 0000000..
1d34bda
--- /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.