SCM Repository
Diff of /branches/pure-cfg/INSTALL
Parent Directory
|
Revision Log
|
Patch
revision 1197, Thu May 12 04:05:37 2011 UTC | revision 1350, Wed Jun 15 16:54:21 2011 UTC | |
---|---|---|
# | Line 7 | Line 7 |
7 | ||
8 | http://teem.sourceforge.net/download/index.html | http://teem.sourceforge.net/download/index.html |
9 | ||
10 | You also must have SML/NJ (version 110.72) installed, which you can | You also must have SML/NJ (version 110.73) installed, which you can |
11 | get from | get from |
12 | ||
13 | http://smlnj.org/dist/working/110.72/index.html | http://smlnj.org/dist/working/110.73/index.html |
14 | ||
15 | Diderot requires a system that is capable of running 64-bit executables. | Diderot is currently supported on Linux and Mac OS X. It requires a system that is |
16 | capable of running 64-bit executables. | |
17 | ||
18 | =============== | |
19 | SOURCE CHECKOUT | |
20 | =============== | |
21 | You can checkout the stable version of the Diderot source tree with: | |
22 | ||
23 | svn co https://svn.smlnj-gforge.cs.uchicago.edu/svn/diderot/trunk diderot | |
24 | ||
25 | An anonymous checkout is available via user name "anonsvn" and | |
26 | password "anonsvn". At times, there may also be unstable or | |
27 | experimental development branches. You can explore these using the | |
28 | web interface at | |
29 | ||
30 | https://smlnj-gforge.cs.uchicago.edu/scm/viewvc.php/?root=diderot | |
31 | ||
32 | =============== | =============== |
33 | CONFIGURATION | CONFIGURATION |
# | Line 28 | Line 43 |
43 | ||
44 | Configure the makefiles etc. | Configure the makefiles etc. |
45 | ||
46 | % ./configure --with-teem=/usr/local/teem | % ./configure --with-teem=/path/to/teem |
47 | ||
48 | (assuming that TEEM is installed in /usr/local/teem). | where "/path/to/teem" is the full path of the directory |
49 | containing the "lib" and "include" directories containing | |
50 | "libteem.{a,so,dylib}" and "teem/*.h", respectively. | |
51 | ||
52 | =============== | =============== |
53 | INSTALLATION | INSTALLATION |
# | Line 40 | Line 57 |
57 | ||
58 | % make local-install | % make local-install |
59 | ||
60 | This command will build the Diderot compiler and runtime support. | This command will build the Diderot compiler (bin/diderotc) and |
61 | runtime support. |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |