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
d4f5e245
Commit
d4f5e245
authored
Oct 27, 2015
by
Davis King
Browse files
Fixed formatting
parent
eca57b46
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.txt
README.txt
+1
-1
No files found.
README.txt
View file @
d4f5e245
...
@@ -12,7 +12,7 @@ COMPILING DLIB C++ EXAMPLE PROGRAMS
...
@@ -12,7 +12,7 @@ COMPILING DLIB C++ EXAMPLE PROGRAMS
mkdir build; cd build; cmake .. ; cmake --build .
mkdir build; cd build; cmake .. ; cmake --build .
That will build all the examples. If you have a CPU that supports AVX
That will build all the examples. If you have a CPU that supports AVX
instructions then turn them on like this:
instructions then turn them on like this:
mkdir build; cd build; cmake .. -DUSE_AVX_INSTRUCTIONS=1
; cmake --build .
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 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