Closed
Description
In case of Windows build
How about command line build?
-- Add followings:: --
- Run "MSVS 2017 Developer Command Console"
openpose\mkdir buildwin
cd buildwin
cmake .. -G "Visual Studio 15 2017 Win64" -T v140
cmake --build . --config Release
copy x64\Release\* bin\
- If you want to clean build
cmake --clean-first .
cmake --build . --config Release
copy x64\Release\* bin\
It may be more instructive for developers.
Thanks , Great Framework "OpenPose"