SCM Repository
Diff of /branches/pure-cfg/INSTALL
Parent Directory
|
Revision Log
|
Patch
revision 756, Thu Apr 7 15:06:23 2011 UTC | revision 757, Thu Apr 7 15:25:12 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | Build instructions for the Diderot compiler | Build instructions for the Diderot compiler |
2 | ||
3 | You must have TEEM installed. | =============== |
4 | PREREQUISITES | |
5 | =============== | |
6 | You must have TEEM installed, which you can get from | |
7 | ||
8 | 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 | Run autoconf: | Run autoconf: |
22 | ||
# | Line 12 | Line 28 |
28 | ||
29 | (assuming that TEEM is installed in /usr/local/teem). | (assuming that TEEM is installed in /usr/local/teem). |
30 | ||
31 | Then run | =============== |
32 | INSTALLATION | |
33 | =============== | |
34 | ||
35 | From the root of the Diderot tree, run | |
36 | ||
% make build | ||
37 | % make local-install | % make local-install |
38 | ||
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 |