"tools/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "33d87fe5ec12db65c4e85323c2348b57c4c6d7fb"
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 ..