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