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

pull/519/head
Davis E. King 8 years ago committed by GitHub
parent df5a087b03
commit 5641485955

@ -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

Loading…
Cancel
Save