Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
56414859
Commit
56414859
authored
Mar 24, 2017
by
Davis E. King
Committed by
GitHub
Mar 24, 2017
Browse files
Made it more obvious that users should read the examples/CMakeLists.txt file.
parent
df5a087b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
README.md
README.md
+2
-0
No files found.
README.md
View file @
56414859
...
@@ -21,7 +21,9 @@ mkdir build; cd build; cmake .. -DUSE_AVX_INSTRUCTIONS=1; cmake --build .
...
@@ -21,7 +21,9 @@ mkdir build; cd build; cmake .. -DUSE_AVX_INSTRUCTIONS=1; cmake --build .
Doing so will make some things run faster.
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
## Compiling dlib Python API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment