Merge pull request #570 from FrankXie05/vcpkg-instructions

Add vcpkg installation instructions
This commit is contained in:
Gudmundur Adalsteinsson 2022-09-20 22:51:02 +00:00 committed by GitHub
commit 381f699d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.