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
a16515ea
Commit
a16515ea
authored
Mar 24, 2015
by
Davis King
Browse files
updated docs
parent
38ad98f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/docs/compile.xml
docs/docs/compile.xml
+1
-1
No files found.
docs/docs/compile.xml
View file @
a16515ea
...
@@ -68,7 +68,7 @@ tell CMake which one you want it to use via the -G option.
...
@@ -68,7 +68,7 @@ tell CMake which one you want it to use via the -G option.
<p>
<p>
Again, note that you should
<b><i>
not
</i></b>
add the dlib folder itself to your compiler's include path.
Again, note that you should
<b><i>
not
</i></b>
add the dlib folder itself to your compiler's include path.
Doing so will cause the
Doing so will cause the
build to fail because of name collisions (
such as
dlib/string.h
and
string.h from the standard library).
build to fail because of name collisions (
e.g.
dlib/string.h
with
string.h from the standard library).
Instead you should add the folder that contains the dlib folder to your include search path and then use
Instead you should add the folder that contains the dlib folder to your include search path and then use
include statements of the form
<tt>
#include
<
dlib/queue.h
>
</tt>
. This will ensure that everything
include statements of the form
<tt>
#include
<
dlib/queue.h
>
</tt>
. This will ensure that everything
builds correctly.
builds correctly.
...
...
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