SCM Repository
Diff of /trunk/INSTALL
Parent Directory
|
Revision Log
|
Patch
revision 123, Mon Jun 28 18:05:04 2010 UTC | revision 1232, Mon May 16 23:37:52 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 autoheader: | |
22 | ||
23 | % autoheader -Iconfig | |
24 | ||
25 | Run autoconf: | Run autoconf: |
26 | ||
27 | % autoconf -Iconfig | % autoconf -Iconfig |
28 | ||
29 | configure the makefiles etc. | Configure the makefiles etc. |
30 | ||
31 | % ./configure --with-teem=/usr/local/teem | % ./configure --with-teem=/usr/local/teem |
32 | ||
33 | (assuming that TEEM is installed in /usr/local/teem). | (assuming that TEEM is installed in /usr/local/teem). |
34 | ||
35 | =============== | |
36 | INSTALLATION | |
37 | =============== | |
38 | ||
39 | From the root of the Diderot tree, run | |
40 | ||
41 | % make local-install | |
42 | ||
43 | This command will build the Diderot compiler and runtime support. | |
44 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |