Skip to content
New issue

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

Build information update request for windows. #1198

Closed
trustfarm-dev opened this issue Apr 17, 2019 · 2 comments
Closed

Build information update request for windows. #1198

trustfarm-dev opened this issue Apr 17, 2019 · 2 comments

Comments

@trustfarm-dev
Copy link

In case of Windows build

DocumentsLink

How about command line build?

-- Add followings:: --

  1. 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\
  1. 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"

@trustfarm-dev trustfarm-dev changed the title Build information update request. Build information update request for windows. Apr 17, 2019
@riebling
Copy link

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 :)

@gineshidalgo99 gineshidalgo99 added the enhancement New feature or request label Apr 20, 2019
@gineshidalgo99
Copy link
Member

gineshidalgo99 commented Apr 20, 2019

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants