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
cd834b49
Commit
cd834b49
authored
Aug 15, 2015
by
Davis King
Browse files
Improved grammar in boost compilation message.
parent
c78b9fed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
dlib/add_python_module
dlib/add_python_module
+5
-4
No files found.
dlib/add_python_module
View file @
cd834b49
...
@@ -71,11 +71,12 @@ if (NOT Boost_FOUND)
...
@@ -71,11 +71,12 @@ if (NOT Boost_FOUND)
message(" And then add the output bin folder to your PATH. Usually this is the C:\\boost-build-engine\\bin")
message(" And then add the output bin folder to your PATH. Usually this is the C:\\boost-build-engine\\bin")
message(" folder. Finally, go to the boost root and run a command like this:")
message(" folder. Finally, go to the boost root and run a command like this:")
message(" b2 --with-python address-model=64 toolset=msvc --build-type=complete")
message(" b2 --with-python address-model=64 toolset=msvc --build-type=complete")
message("
And set the
BOOST_LIBRARYDIR equal to wherever
it
put
s
the compiled libraries.")
message("
When it completes, set
BOOST_LIBRARYDIR equal to wherever
b2
put the compiled libraries.")
message(" Note that you will need to set the address-model based on if you want a 32 or 64bit python library.")
message(" Note that you will need to set the address-model based on if you want a 32 or 64bit python library.")
message(" Similarly, when you invoke cmake you may have to use cmake's -G option to set the 64 vs. 32bit mode")
message("")
message(" of visual studio. Also, if you want a Python3 library will also need to add -DPYTHON3=1. You do ")
message(" Next, when you invoke cmake to compile dlib you may have to use cmake's -G option to set the ")
message(" this with a statement like: ")
message(" 64 vs. 32bit mode of visual studio. Also, if you want a Python3 library you will need to ")
message(" add -DPYTHON3=1. You do this with a statement like: ")
message(" cmake -G \"Visual Studio 12 2013 Win64\" -DPYTHON3=1 ..\\..\\tools\\python")
message(" cmake -G \"Visual Studio 12 2013 Win64\" -DPYTHON3=1 ..\\..\\tools\\python")
message(" Rather than:")
message(" Rather than:")
message(" cmake ..\\..\\tools\\python")
message(" 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