Made it more obvious that users should read the examples/CMakeLists.txt file.

This commit is contained in:
Davis E. King 2017-03-24 09:28:35 -04:00 committed by GitHub
parent df5a087b03
commit 5641485955

View File

@ -21,7 +21,9 @@ mkdir build; cd build; cmake .. -DUSE_AVX_INSTRUCTIONS=1; cmake --build .
Doing so will make some things run faster.
## Compiling your own C++ programs that use dlib
The examples folder has a [CMake tutorial](https://github.com/davisking/dlib/blob/master/examples/CMakeLists.txt) that tells you what to do. There are also additional instructions on the [dlib web site](http://dlib.net/compile.html).
## Compiling dlib Python API