Add vcpkg installation instructions

This commit is contained in:
FrankXie 2022-09-09 00:32:06 -07:00
parent e70dd63a34
commit 6604d3fa7d

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
- ./vcpkg integrate install
- ./vcpkg install cmark
Using this:
A cmake find package scripts is provided for you to easily include this library.