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
732ddefd
Commit
732ddefd
authored
Jan 17, 2016
by
Davis King
Browse files
Removed link to dlib/all/source.cpp since it seems to confuse some users.
parent
eee0d295
Changes
1
Hide 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 @
732ddefd
...
@@ -65,7 +65,7 @@ tell CMake which one you want it to use via the -G option.
...
@@ -65,7 +65,7 @@ tell CMake which one you want it to use via the -G option.
<p>
<p>
In most cases, to use this library all you have to do is extract it somewhere, make
In most cases, to use this library all you have to do is extract it somewhere, make
sure the folder
<i>
containing
</i>
the dlib folder is in your include path, and
sure the folder
<i>
containing
</i>
the dlib folder is in your include path, and
finally add
<a
href=
"
dlib/all/source.cpp
.html"
>
dlib/all/source.cpp
</a>
to your
finally add dlib/all/source.cpp to your
project. It is worth noting that most of dlib is "header-only" which means that, in
project. It is worth noting that most of dlib is "header-only" which means that, in
many cases, you don't actually have to build dlib/all/source.cpp into your
many cases, you don't actually have to build dlib/all/source.cpp into your
application. So if you don't get linker errors when you exclude dlib/all/source.cpp
application. So if you don't get linker errors when you exclude dlib/all/source.cpp
...
...
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