diff --git a/README.md b/README.md index d83056a24..3388eae93 100644 --- a/README.md +++ b/README.md @@ -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