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
c29314f3
Commit
c29314f3
authored
Oct 27, 2017
by
Davis King
Browse files
Clarified build instructions
parent
1e877b19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dlib/cmake_utils/add_python_module
dlib/cmake_utils/add_python_module
+3
-3
No files found.
dlib/cmake_utils/add_python_module
View file @
c29314f3
...
...
@@ -97,9 +97,9 @@ if (NOT Boost_FOUND)
message(STATUS " When it completes, set BOOST_LIBRARYDIR equal to wherever b2 put the compiled libraries.")
message(STATUS " Note that you will need to set the address-model based on if you want a 32 or 64bit python library.")
message(STATUS "")
message(STATUS " Next,
when you
invok
e
cmake to compile dlib
you may have to use cmake's -G option to set the
")
message(STATUS "
64 vs. 32bit mode of visual studio. Also, if you want a Python3 library you will need to
")
message(STATUS " add -DPYTHON3=1. You do this with a statement like: ")
message(STATUS " Next,
if you aren't using python setup.py then you will be
invok
ing
cmake to compile dlib
.
")
message(STATUS "
In this case you may have to use cmake's -G option to set the 64 vs. 32bit mode of visual studio.
")
message(STATUS "
Also, if you want a Python3 library you will need to
add -DPYTHON3=1. You do this with a statement like: ")
message(STATUS " cmake -G \"Visual Studio 12 2013 Win64\" -DPYTHON3=1 ..\\..\\tools\\python")
message(STATUS " Rather than:")
message(STATUS " cmake ..\\..\\tools\\python")
...
...
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