Skip to content

Instantly share code, notes, and snippets.

@raghur
Created November 27, 2017 09:58
Show Gist options
  • Save raghur/fe93eb479686a49129accf769b727da2 to your computer and use it in GitHub Desktop.
Save raghur/fe93eb479686a49129accf769b727da2 to your computer and use it in GitHub Desktop.
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