Commit 6d23c80a authored by Davis King's avatar Davis King

Removed the DLIB_PNG_SUPPORT stuff from the how to compile page.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402303
parent f093374d
...@@ -94,16 +94,6 @@ ...@@ -94,16 +94,6 @@
to the operating system. The default timeout used by this library is 30,000 milliseconds (30 seconds). You to the operating system. The default timeout used by this library is 30,000 milliseconds (30 seconds). You
may however change this to whatever you like by defining DLIB_THREAD_POOL_TIMEOUT to some new value. may however change this to whatever you like by defining DLIB_THREAD_POOL_TIMEOUT to some new value.
</p> </p>
<anchor>DLIB_PNG_SUPPORT</anchor>
<h3>#define DLIB_PNG_SUPPORT</h3>
<p>
This preprocessor directive enables support for Portable Network Graphics (PNG) image files. So if you want
to be able to read them via the <a href="imaging.html#png_loader">png_loader</a> object you must
define this preprocessor directive. You must also ensure that you link to the
<a href="http://www.libpng.org/pub/png/libpng.html">libpng</a> library. Note that if you build using
the CMake file provided with the library it will automatically handle these things if libpng is
installed on your system.
</p>
<center><h1>Compilers</h1></center> <center><h1>Compilers</h1></center>
......
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