mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
6 lines
102 B
Batchfile
Executable File
6 lines
102 B
Batchfile
Executable File
mkdir build
|
|
cd build
|
|
cmake ../../tools/python
|
|
cmake --build . --config Release --target install
|
|
cd ..
|