SCM Repository
Annotation of /sml/branches/dbm-branch-2005_09_20/CYGWININSTALL
Parent Directory
|
Revision Log
Revision 1618 -
(view)
(download)
Original Path: sml/trunk/CYGWININSTALL
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. |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |