SCM Repository
Diff of /sml/trunk/HISTORY
Parent Directory
|
Revision Log
|
Patch
revision 1390, Wed Sep 24 20:34:06 2003 UTC | revision 1391, Wed Sep 24 21:31:51 2003 UTC | |
---|---|---|
# | Line 14 | Line 14 |
14 | ||
15 | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
16 | Name: Matthias Blume (blume (at) tti - c (dot) org) | Name: Matthias Blume (blume (at) tti - c (dot) org) |
17 | Date: 2003/09/24 16:31:00 CDT | |
18 | Tag: blume-20030924-installer | |
19 | Description: | |
20 | ||
21 | Another installer tweak: All the ML code for the installer is now | |
22 | compiled during CMB.make and put into a little library called | |
23 | $smlnj/installer.cm. The installation then simply invokes | |
24 | ||
25 | sml -m $smlnj/installer.cm | |
26 | ||
27 | and everything happens automagically. | |
28 | ||
29 | Win32: ML code senses value of environment variable SMLNJ_HOME. | |
30 | Unix: ML code senses values of environment variables ROOT, CONFIGDIR, | |
31 | and BINDIR. | |
32 | ||
33 | The new scheme guarantees that the ML code responsible for the installation | |
34 | is in sync with the APIs of the main system. Also, the installer is | |
35 | somewhat faster because the installer script is precompiled. | |
36 | ||
37 | ---------------------------------------------------------------------- | |
38 | Name: Matthias Blume (blume (at) tti - c (dot) org) | |
39 | Date: 2003/09/24 15:35:00 CDT | Date: 2003/09/24 15:35:00 CDT |
40 | Tag: blume-20030924-synsock | Tag: blume-20030924-synsock |
41 | Description: | Description: |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |