SCM Repository
[diderot] / branches / lamont_dev / INSTALL |
View of /branches/lamont_dev/INSTALL
Parent Directory
|
Revision Log
Revision 1232 -
(download)
(annotate)
Mon May 16 23:37:52 2011 UTC (9 years, 11 months ago) by jhr
Original Path: trunk/INSTALL
File size: 827 byte(s)
Mon May 16 23:37:52 2011 UTC (9 years, 11 months ago) by jhr
Original Path: trunk/INSTALL
File size: 827 byte(s)
Porting many changes from the pure-cfg branch, including value numbering and support for parallel execution on SMP systems.
Build instructions for the Diderot compiler =============== PREREQUISITES =============== You must have TEEM installed, which you can get from http://teem.sourceforge.net/download/index.html You also must have SML/NJ (version 110.72) installed, which you can get from http://smlnj.org/dist/working/110.72/index.html Diderot requires a system that is capable of running 64-bit executables. =============== CONFIGURATION =============== Run autoheader: % autoheader -Iconfig Run autoconf: % autoconf -Iconfig Configure the makefiles etc. % ./configure --with-teem=/usr/local/teem (assuming that TEEM is installed in /usr/local/teem). =============== INSTALLATION =============== From the root of the Diderot tree, run % make local-install This command will build the Diderot compiler and runtime support.
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |