Skip to content

Commit f06f836

Browse files
committed
Update GTest URI (GitHub <- GoogleCode)
1 parent 4df72f0 commit f06f836

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,11 @@ build prior to building Mozart 2.
7272
this section, and let the automatic build process fetch them and build them for
7373
you. Use this "feature" at your own risk, because none of us tests this
7474
anymore, and we may decide to remove support for it at some point.
75-
76-
First download all the sources. Both projects use Subversion.
75+
First download all the sources. GTest uses Git, whereas LLVM uses Subversion.
7776

7877
```
7978
projects$ cd externals
80-
externals$ svn co http://googletest.googlecode.com/svn/trunk gtest
79+
externals$ git clone https://github.com/google/googletest.git gtest
8180
[...]
8281
externals$ svn co http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_34/final llvm
8382
[...]

0 commit comments

Comments
 (0)