A pre-compiled binary of the nML compiler for MS windows
Install
- Extract "nml-0.91.zip"
to directory "c:\nml".
- Add "c:\nml\bin" to your path.
- If you did not install the nML compiler into "c:\nml",
then set the CAMLLIB environment variable by
"set CAMLLIB = <your install path>\lib"
Optional install
- This package includes some binaries
in Cygwin package.
If you want to enjoy unix environment in your PC, install
Cygwin package.
Cygwin's home page is here.
- In order to use 'nmake' for VC++, install VC++6.0.
-
In order to use system dependant libraries
(Unix, Str, Dynlink, Thread),
you must install MS Visual C++ 6.0 and MS macro assembler.
Note that
VC++6.0 service pack4 and
VC++6.0 processor pack include
MS macro assembler.
Hyun-Goo Kang and
Oukseh Lee