Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
c5ba5d56
Commit
c5ba5d56
authored
Aug 30, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A vain attempt to get people to read the manual.
parent
0b597bbe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
compile.xml
docs/docs/compile.xml
+1
-1
faq.xml
docs/docs/faq.xml
+11
-0
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
</p>
<br/>
<h2>
Installing dlib as a
system wide
library
</h2>
<h2>
Installing dlib as a
precompiled
library
</h2>
<p>
Dlib's cmake scripts contain the standard install target. So you
can use CMake to install dlib system wide as a precompiled static or
...
...
docs/docs/faq.xml
View file @
c5ba5d56
...
...
@@ -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.cpp.html"
>
dlib/test_for_odr_violations.cpp
</a>
.
</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
text=
"It doesn't work?"
>
...
...
docs/docs/index.xml
View file @
c5ba5d56
...
...
@@ -13,7 +13,7 @@
It is used in both industry and academia in a wide range of domains
including robotics, embedded devices, mobile phones, and large high
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>
...
...
@@ -22,6 +22,11 @@
submit code to the project.
</p>
<p>
To quickly get started using dlib,
<a
href=
"compile.html"
>
follow these instructions to build dlib
</a>
.
</p>
<br/>
<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