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
c5ba5d56
Commit
c5ba5d56
authored
Aug 29, 2018
by
Davis King
Browse files
A vain attempt to get people to read the manual.
parent
0b597bbe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
docs/docs/compile.xml
docs/docs/compile.xml
+1
-1
docs/docs/faq.xml
docs/docs/faq.xml
+11
-0
docs/docs/index.xml
docs/docs/index.xml
+6
-1
No files found.
docs/docs/compile.xml
View file @
c5ba5d56
...
@@ -149,7 +149,7 @@ sudo apt-get install libx11-dev
...
@@ -149,7 +149,7 @@ sudo apt-get install libx11-dev
</p>
</p>
<br/>
<br/>
<h2>
Installing dlib as a
system wide
library
</h2>
<h2>
Installing dlib as a
precompiled
library
</h2>
<p>
<p>
Dlib's cmake scripts contain the standard install target. So you
Dlib's cmake scripts contain the standard install target. So you
can use CMake to install dlib system wide as a precompiled static or
can use CMake to install dlib system wide as a precompiled static or
...
...
docs/docs/faq.xml
View file @
c5ba5d56
...
@@ -85,6 +85,17 @@
...
@@ -85,6 +85,17 @@
<a
href=
"dlib/test_for_odr_violations.h.html"
>
dlib/test_for_odr_violations.h
</a>
and
<a
href=
"dlib/test_for_odr_violations.h.html"
>
dlib/test_for_odr_violations.h
</a>
and
<a
href=
"dlib/test_for_odr_violations.cpp.html"
>
dlib/test_for_odr_violations.cpp
</a>
.
<a
href=
"dlib/test_for_odr_violations.cpp.html"
>
dlib/test_for_odr_violations.cpp
</a>
.
</p>
</p>
<p>
Finally, most users who get this error are using Visual Studio.
You probably compiled dlib and then went into Visual Studio's
output folder, grabbed the .lib file, and then tried to
create a project using that .lib file and dlib's .h files from
github. THIS IS WRONG, DO NOT DO THIS. Instead,
<a
href=
"compile.html#Using%20dlib%20from%20C++"
>
read the
instructions for using dlib and follow them
</a>
. I promise they are
much simpler than any process that involves manually copying files
around in the file explorer.
</p>
</question>
</question>
<question
text=
"It doesn't work?"
>
<question
text=
"It doesn't work?"
>
...
...
docs/docs/index.xml
View file @
c5ba5d56
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
It is used in both industry and academia in a wide range of domains
It is used in both industry and academia in a wide range of domains
including robotics, embedded devices, mobile phones, and large high
including robotics, embedded devices, mobile phones, and large high
performance computing environments. Dlib's
<a
href=
"license.html"
>
open source licensing
</a>
performance computing environments. Dlib's
<a
href=
"license.html"
>
open source licensing
</a>
allows you to use it in any application, free of charge.
allows you to use it in any application, free of charge.
</p>
</p>
<p>
<p>
...
@@ -22,6 +22,11 @@
...
@@ -22,6 +22,11 @@
submit code to the project.
submit code to the project.
</p>
</p>
<p>
To quickly get started using dlib,
<a
href=
"compile.html"
>
follow these instructions to build dlib
</a>
.
</p>
<br/>
<br/>
<p>
<p>
...
...
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