I have not packaged the win32 port as an InstallShield(tm) bundle. Instead, I simply made a .zip file (smlnj.zip) that you can unzip to a location of your choice. There are two things to do "by hand" afterwards: - set the environment variable SMLNJ_HOME to the name of the directory that you unzip'd smlnj.zip into - add %SMLNJ_HOME%\bin to your path [Example: Suppose you unzip'd the .zip file into c:\sml\blume\smlnj Then the value of SMLNJ_HOME should be that, i.e., the moral equivalent of set SMLNJ_HOME=c:\sml\blume\smlnj needs to be carried out. Moreover, you need to add the string ;c:\sml\blume\smlnj\bin to the end of your path variable, i.e., you need to execute path %PATH%;c:\sml\blume\smlnj ] (Under win9x you need to either do this locally using the command prompt before you run sml, or you edit autoexec.bat and reboot. In WinXP you can do it by going to Control Panel->Performance and Maintenance->System-> Advanced->Environment Variables From there it is obvious what needs to be done. Since I don't have access to other versions of win32 (NT, 2000, ...), I am not sure how to do things there. (But I am sure everything is similar to the XP case.) Once the two variables are properly set, you should be able to launch sml/nj by typing "sml" into a command prompt...
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: ables are properly set, you should be able to launch sml/nj by typing "sml" into a command prompt...