SCM Repository
Annotation of /sml/branches/dbm-branch-2005_09_20/CYGWININSTALL
Parent Directory
|
Revision Log
Revision 1835 - (view) (download)
1 : | allenleung | 1618 | Installation instructions for SML/NJ under Cygwin |
2 : | ------------------------------------------------- | ||
3 : | |||
4 : | allenleung | 1834 | 1. Choose a directory to install SML/NJ. Note that currently |
5 : | SML/NJ *must* be installed in a directory mounted in binmode. | ||
6 : | Installation will fail if you try to install it in a directory | ||
7 : | mounted in textmode. See the manpage for 'mount' for details. | ||
8 : | |||
9 : | 2. Set SMLNJ_CYGWIN_RUNTIME=1 and export the environment variable. | ||
10 : | allenleung | 1618 | E.g., |
11 : | |||
12 : | SMLNJ_CYGWIN_RUNTIME=1 | ||
13 : | export SMLNJ_CYGWIN_RUNTIME | ||
14 : | |||
15 : | in Bourne sh and variants. Or | ||
16 : | |||
17 : | setenv SMLNJ_CYGWIN_RUNTIME 1 | ||
18 : | |||
19 : | in csh and variants. | ||
20 : | |||
21 : | When this is set SML/NJ will select the Cygwin runtime instead of | ||
22 : | the default Windows runtime. | ||
23 : | |||
24 : | allenleung | 1834 | 3. Simply treat Cygwin as a Unix, and follow the usual installation |
25 : | allenleung | 1618 | instructions. |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |