davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++

Home Page:http://dlib.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imglab build for windows and vs2015 sharing

fatalfeel opened this issue · comments

cd tools/imglab
cmake .. -G"Visual Studio 14 2015" -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE="/Gm- /GS- /MT /MP /O2 /Ot" -DCMAKE_CXX_FLAGS_RELEASE="/Gm- /GS- /MT /MP /O2 /Ot" -DDLIB_USE_CUDA=OFF
cmake --build . --config Release