We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case of Windows build
DocumentsLink
How about command line build?
-- Add followings:: --
openpose\mkdir buildwin cd buildwin cmake .. -G "Visual Studio 15 2017 Win64" -T v140 cmake --build . --config Release copy x64\Release\* bin\
cmake --clean-first . cmake --build . --config Release copy x64\Release\* bin\
It may be more instructive for developers.
Thanks , Great Framework "OpenPose"
The text was updated successfully, but these errors were encountered:
This is a wonderful suggestion, and might potentially save people worlds of pain. I will try it and report back any problems, if my boss lets me :)
Sorry, something went wrong.
Thanks! I will check it in a couple weeks and add it to the doc! :)
UPDATED: Added to the next commit, so I will close this :)
No branches or pull requests
In case of Windows build
DocumentsLink
How about command line build?
-- Add followings:: --
It may be more instructive for developers.
Thanks , Great Framework "OpenPose"
The text was updated successfully, but these errors were encountered: