SCM Repository
Annotation of /trunk/INSTALL
Parent Directory
|
Revision Log
Revision 1266 - (view) (download)
1 : | jhr | 123 | Build instructions for the Diderot compiler |
2 : | |||
3 : | jhr | 1113 | =============== |
4 : | PREREQUISITES | ||
5 : | =============== | ||
6 : | You must have TEEM installed, which you can get from | ||
7 : | jhr | 123 | |
8 : | jhr | 1113 | http://teem.sourceforge.net/download/index.html |
9 : | |||
10 : | You also must have SML/NJ (version 110.72) installed, which you can | ||
11 : | get from | ||
12 : | |||
13 : | http://smlnj.org/dist/working/110.72/index.html | ||
14 : | |||
15 : | Diderot requires a system that is capable of running 64-bit executables. | ||
16 : | |||
17 : | =============== | ||
18 : | glk | 1266 | SOURCE CHECKOUT |
19 : | =============== | ||
20 : | You can checkout a the Diderot source tree with: | ||
21 : | |||
22 : | svn co https://svn.smlnj-gforge.cs.uchicago.edu/svn/diderot | ||
23 : | |||
24 : | =============== | ||
25 : | jhr | 1113 | CONFIGURATION |
26 : | =============== | ||
27 : | |||
28 : | jhr | 1232 | Run autoheader: |
29 : | |||
30 : | % autoheader -Iconfig | ||
31 : | |||
32 : | jhr | 123 | Run autoconf: |
33 : | |||
34 : | % autoconf -Iconfig | ||
35 : | |||
36 : | jhr | 1232 | Configure the makefiles etc. |
37 : | jhr | 123 | |
38 : | % ./configure --with-teem=/usr/local/teem | ||
39 : | |||
40 : | (assuming that TEEM is installed in /usr/local/teem). | ||
41 : | jhr | 1113 | |
42 : | =============== | ||
43 : | INSTALLATION | ||
44 : | =============== | ||
45 : | |||
46 : | From the root of the Diderot tree, run | ||
47 : | |||
48 : | % make local-install | ||
49 : | |||
50 : | This command will build the Diderot compiler and runtime support. | ||
51 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |