SCM Repository
Annotation of /branches/pure-cfg/INSTALL
Parent Directory
|
Revision Log
Revision 757 - (view) (download)
1 : | jhr | 123 | Build instructions for the Diderot compiler |
2 : | |||
3 : | jhr | 757 | =============== |
4 : | PREREQUISITES | ||
5 : | =============== | ||
6 : | You must have TEEM installed, which you can get from | ||
7 : | jhr | 123 | |
8 : | jhr | 757 | 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 : | CONFIGURATION | ||
19 : | =============== | ||
20 : | |||
21 : | jhr | 123 | Run autoconf: |
22 : | |||
23 : | % autoconf -Iconfig | ||
24 : | |||
25 : | configure the makefiles etc. | ||
26 : | |||
27 : | % ./configure --with-teem=/usr/local/teem | ||
28 : | |||
29 : | (assuming that TEEM is installed in /usr/local/teem). | ||
30 : | jhr | 748 | |
31 : | jhr | 757 | =============== |
32 : | INSTALLATION | ||
33 : | =============== | ||
34 : | jhr | 748 | |
35 : | jhr | 757 | From the root of the Diderot tree, run |
36 : | |||
37 : | jhr | 748 | % make local-install |
38 : | jhr | 757 | |
39 : | This command will build the Diderot compiler and runtime support. | ||
40 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |