Clarified documentation

This commit is contained in:
Davis King 2016-09-25 09:54:16 -04:00
parent 4eb8448721
commit 104008b81c
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ sudo apt-get install libx11-dev
<p>
Again, note that dlib will only be able to work with jpeg and png files if you link
in libjpeg and libpng. In Visual Studio, the easiest way to do this is to add all the
source files in the dlib/external folder into your project and also define the
libjpeg, libpng, and zlib source files in the dlib/external folder into your project and also define the
DLIB_PNG_SUPPORT and DLIB_JPEG_SUPPORT preprocessor directives. If you don't know
how to configure Visual Studio then you should use CMake as shown above since it will
take care of everything automatically.