@@ -40,6 +40,11 @@ In order to build Mozart 2, you need the following tools on your computer:
40
40
* Tcl/Tk 8.5 or 8.6 (with development files)
41
41
* emacs
42
42
43
+ For building CLANG/LLVM:
44
+ * LibXML2-dev (tested with version 2.9.3)
45
+ * OCaml-findlib
46
+ * libCTypes-OCaml-dev (>= 0.4 - available in Debian Unstable as of Jan. 2016)
47
+
43
48
On Linux, use your favorite package manager to grab these tools. Refer to the
44
49
specialized Readmes for recommendations on Mac OS and Windows.
45
50
@@ -72,12 +77,11 @@ build prior to building Mozart 2.
72
77
this section, and let the automatic build process fetch them and build them for
73
78
you. Use this "feature" at your own risk, because none of us tests this
74
79
anymore, and we may decide to remove support for it at some point.
75
-
76
- First download all the sources. Both projects use Subversion.
80
+ First download all the sources. GTest uses Git, whereas LLVM uses Subversion.
77
81
78
82
```
79
83
projects$ cd externals
80
- externals$ svn co http ://googletest.googlecode. com/svn/trunk gtest
84
+ externals$ git clone https ://github. com/google/googletest.git gtest
81
85
[...]
82
86
externals$ svn co http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_34/final llvm
83
87
[...]
@@ -197,7 +201,7 @@ lists the options you need.
197
201
</tbody >
198
202
</table >
199
203
200
- To effectively build Mozart, use ` make ` .
204
+ To actually build Mozart, use ` make ` .
201
205
202
206
The same recommandation about using ` -jN ` holds. Building Mozart 2 is _ very_
203
207
long (especially when done from scratch). But beware, each task can be very
0 commit comments