mirror of https://github.com/davisking/dlib.git
Added comments to config.h about what other #defines you should set when
building dlib as a shared library.
This commit is contained in:
parent
867e52d3bd
commit
85b6a50a9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue