Skip to content

Build information update request for windows. #1198

Closed
@trustfarm-dev

Description

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"

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions