SCM Repository
[diderot] Annotation of /branches/lamont_dev/INSTALL
Annotation of /branches/lamont_dev/INSTALL
Parent Directory
|
Revision Log
Revision 1232 -
(view)
(download)
Original Path: trunk/INSTALL
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 : |
|
|
CONFIGURATION
|
19 : |
|
|
===============
|
20 : |
|
|
|
21 : |
jhr |
1232 |
Run autoheader:
|
22 : |
|
|
|
23 : |
|
|
% autoheader -Iconfig
|
24 : |
|
|
|
25 : |
jhr |
123 |
Run autoconf:
|
26 : |
|
|
|
27 : |
|
|
% autoconf -Iconfig
|
28 : |
|
|
|
29 : |
jhr |
1232 |
Configure the makefiles etc.
|
30 : |
jhr |
123 |
|
31 : |
|
|
% ./configure --with-teem=/usr/local/teem
|
32 : |
|
|
|
33 : |
|
|
(assuming that TEEM is installed in /usr/local/teem).
|
34 : |
jhr |
1113 |
|
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 : |
|
|
|