SCM Repository
[diderot] Annotation of /branches/lamont_dev/INSTALL
Annotation of /branches/lamont_dev/INSTALL
Parent Directory
|
Revision Log
Revision 123 -
(view)
(download)
Original Path: trunk/INSTALL
1 : |
jhr |
123 |
Build instructions for the Diderot compiler
|
2 : |
|
|
|
3 : |
|
|
You must have TEEM installed.
|
4 : |
|
|
|
5 : |
|
|
Run autoconf:
|
6 : |
|
|
|
7 : |
|
|
% autoconf -Iconfig
|
8 : |
|
|
|
9 : |
|
|
configure the makefiles etc.
|
10 : |
|
|
|
11 : |
|
|
% ./configure --with-teem=/usr/local/teem
|
12 : |
|
|
|
13 : |
|
|
(assuming that TEEM is installed in /usr/local/teem).
|