Fixed incorrect reference to subversion rather than mercurial.

This commit is contained in:
Davis King 2012-04-14 16:27:51 -04:00
parent 4f495f1a16
commit a50472228d

View File

@ -35,10 +35,9 @@ There are four scripts in the docs folder.
- testenv: This script tests your environment for all the needed utilities. - testenv: This script tests your environment for all the needed utilities.
Run it and it should tell you what else you need to install. Run it and it should tell you what else you need to install.
Note that the htmlify utility is something I wrote and is in Note that the htmlify utility is something I wrote and is in
dlib's svn repository in the trunk/tools/htmlify folder. You dlib's repository in the tools/htmlify folder. You should build
should build and install it. (go into that folder, make a and install it. (go into that folder, make a subfolder called
subfolder called build, then cd into build and say: build, then cd into build and say: "cmake ..; make; sudo make install".
"cmake ..; make; sudo make install".
You will need to install cmake if you don't have it already) You will need to install cmake if you don't have it already)
- makedocs: This remakes all the HTML documentation by pulling files out - makedocs: This remakes all the HTML documentation by pulling files out