Added comments to config.h about what other #defines you should set when

building dlib as a shared library.
This commit is contained in:
Davis King 2014-02-22 17:32:14 -05:00
parent 867e52d3bd
commit 85b6a50a9d
1 changed files with 9 additions and 0 deletions

View File

@ -10,3 +10,12 @@
//#define ENABLE_ASSERTS // asserts always enabled
//#define DLIB_DISABLE_ASSERTS // asserts always disabled
// You should also consider telling dlib to link against libjpeg, libpng, fftw, and a BLAS
// and LAPACK library. To do this you need to uncomment the following #defines.
// #define DLIB_JPEG_SUPPORT
// #define DLIB_PNG_SUPPORT
// #define DLIB_USE_FFTW
// #define DLIB_USE_BLAS
// #define DLIB_USE_LAPACK