Commit a8cd8389 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402784
parent a6d2f3ea
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<a href="examples/CMakeLists.txt.html">examples/CMakeLists.txt</a> <a href="examples/CMakeLists.txt.html">examples/CMakeLists.txt</a>
</p> </p>
<p> <p>
I try to make sure everything compiles fine under Visual Studio .NET 2003 (and above) and gcc. The compilers that will give you trouble are listed at the bottom of the page. I try to make sure everything compiles fine under Visual Studio .NET 2003 (and above) and gcc (3.3 and above). The compilers that will give you trouble are listed at the bottom of the page.
</p> </p>
<p> <p>
Again, note that you should <b><i>not</i></b> add the dlib folder itself to your compiler's include path. Again, note that you should <b><i>not</i></b> add the dlib folder itself to your compiler's include path.
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<h2>gcc</h2> <h2>gcc</h2>
<p> <p>
I generally use gcc version 4.1 but most other versions of gcc work just fine also (except 2.95, see below). I generally use the newest version of gcc but most other versions of gcc work just fine also (except 2.95, see below).
</p> </p>
<p> <p>
The command line I generally use is "g++ -D NO_MAKEFILE -lnsl -lpthread file.cpp" I think you need to The command line I generally use is "g++ -D NO_MAKEFILE -lnsl -lpthread file.cpp" I think you need to
......
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