SCM Repository
[smlnj] / sml / trunk / CYGWININSTALL |
View of /sml/trunk/CYGWININSTALL
Parent Directory
|
Revision Log
Revision 1618 -
(download)
(annotate)
Fri Sep 3 15:27:05 2004 UTC (16 years, 5 months ago) by allenleung
File size: 542 byte(s)
Fri Sep 3 15:27:05 2004 UTC (16 years, 5 months ago) by allenleung
File size: 542 byte(s)
Added a patch to _arch-n-opsys to enable the Cygwin runtime. The Cygwin runtime is turned on by setting the environment variable SMLNJ_CYGWIN_RUNTIME to 1.
Installation instructions for SML/NJ under Cygwin ------------------------------------------------- 1. Set SMLNJ_CYGWIN_RUNTIME=1 and export the environment variable. E.g., SMLNJ_CYGWIN_RUNTIME=1 export SMLNJ_CYGWIN_RUNTIME in Bourne sh and variants. Or setenv SMLNJ_CYGWIN_RUNTIME 1 in csh and variants. When this is set SML/NJ will select the Cygwin runtime instead of the default Windows runtime. 2. Simply treat Cygwin as a Unix, and follow the usual installation instructions.
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |