mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Made it more obvious that users should read the examples/CMakeLists.txt file.
This commit is contained in:
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…
Reference in New Issue
Block a user