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