SCM Repository
Diff of /trunk/INSTALL
Parent Directory
|
Revision Log
|
Patch
revision 1336, Mon Jun 13 04:50:55 2011 UTC | revision 1337, Mon Jun 13 16:20:50 2011 UTC | |
---|---|---|
# | Line 22 | Line 22 |
22 | ||
23 | svn co https://svn.smlnj-gforge.cs.uchicago.edu/svn/diderot/trunk diderot | svn co https://svn.smlnj-gforge.cs.uchicago.edu/svn/diderot/trunk diderot |
24 | ||
25 | At times, there may also be unstable or experimental development branches. You can | An anonymous checkout is available via user name "anonsvn" and |
26 | explore these using the web interface at | 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 | https://smlnj-gforge.cs.uchicago.edu/scm/viewvc.php/?root=diderot |
31 | ||
# | Line 41 | 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 53 | 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 |