SCM Repository
[smlnj] Annotation of /sml/trunk/CYGWININSTALL
Annotation of /sml/trunk/CYGWININSTALL
Parent Directory
|
Revision Log
Revision 1618 -
(view)
(download)
1 : |
allenleung |
1618 |
Installation instructions for SML/NJ under Cygwin
|
2 : |
|
|
-------------------------------------------------
|
3 : |
|
|
|
4 : |
|
|
1. Set SMLNJ_CYGWIN_RUNTIME=1 and export the environment variable.
|
5 : |
|
|
E.g.,
|
6 : |
|
|
|
7 : |
|
|
SMLNJ_CYGWIN_RUNTIME=1
|
8 : |
|
|
export SMLNJ_CYGWIN_RUNTIME
|
9 : |
|
|
|
10 : |
|
|
in Bourne sh and variants. Or
|
11 : |
|
|
|
12 : |
|
|
setenv SMLNJ_CYGWIN_RUNTIME 1
|
13 : |
|
|
|
14 : |
|
|
in csh and variants.
|
15 : |
|
|
|
16 : |
|
|
When this is set SML/NJ will select the Cygwin runtime instead of
|
17 : |
|
|
the default Windows runtime.
|
18 : |
|
|
|
19 : |
|
|
2. Simply treat Cygwin as a Unix, and follow the usual installation
|
20 : |
|
|
instructions.
|