Created
November 27, 2017 09:58
-
-
Save raghur/fe93eb479686a49129accf769b727da2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set Boost_INCLUDEDIR=d:\sdks\boost-1.65.1\boost\ | |
set BOOST_LIBRARYDIR=d:\sdks\boost-1.65.1\lib64-msvc-14.0\ | |
set BOOST_ROOT=d:\sdks\boost-1.65.1\ | |
cd build | |
d:\Utils\cmake-3.10.0-win64-x64\bin\cmake.exe -G "NMake Makefiles" -DPY3:BOOL=ON -DPYTHON_EXECUTABLE=d:\sdks\python36\python -DPYTHON_INCLUDE_DIRS=d:\sdks\python36\include\ -DPYTHON_LIBRARY=d:\sdks\python36\libs\python36.lib .. | |
nmake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment