Skip to content

Commit

Permalink
Merge pull request #570 from FrankXie05/vcpkg-instructions
Browse files Browse the repository at this point in the history
Add vcpkg installation instructions
  • Loading branch information
gummif committed Sep 20, 2022
2 parents e70dd63 + 7d68f82 commit 381f699
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ Build steps:
- cmake ..
- sudo make -j4 install

3. Build cppzmq via [vcpkg](https://github.com/Microsoft/vcpkg/). This does an out of source build and installs the build files
- git clone https://github.com/Microsoft/vcpkg.git
- cd vcpkg
- ./bootstrap-vcpkg.sh # bootstrap-vcpkg.bat for Powershell
- ./vcpkg integrate install
- ./vcpkg install cppzmq

Using this:

A cmake find package scripts is provided for you to easily include this library.
Expand Down

0 comments on commit 381f699

Please sign in to comment.