We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df72f0 commit f06f836Copy full SHA for f06f836
README.md
@@ -72,12 +72,11 @@ build prior to building Mozart 2.
72
this section, and let the automatic build process fetch them and build them for
73
you. Use this "feature" at your own risk, because none of us tests this
74
anymore, and we may decide to remove support for it at some point.
75
-
76
-First download all the sources. Both projects use Subversion.
+First download all the sources. GTest uses Git, whereas LLVM uses Subversion.
77
78
```
79
projects$ cd externals
80
-externals$ svn co http://googletest.googlecode.com/svn/trunk gtest
+externals$ git clone https://github.com/google/googletest.git gtest
81
[...]
82
externals$ svn co http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_34/final llvm
83
0 commit comments