compile_dlib_python_module.bat 102 Bytes
Newer Older
1
2
3
4
mkdir build
cd build
cmake ../../tools/python
cmake --build . --config Release --target install
5
cd ..