Commit a5047222 authored by Davis King's avatar Davis King

Fixed incorrect reference to subversion rather than mercurial.

parent 4f495f1a
...@@ -35,10 +35,9 @@ There are four scripts in the docs folder. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment