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
c29314f3
Commit
c29314f3
authored
Oct 28, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified build instructions
parent
1e877b19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
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 invoke 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 invoking 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