We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e70dd63 + 7d68f82 commit 381f699Copy full SHA for 381f699
README.md
@@ -176,6 +176,13 @@ Build steps:
176
- cmake ..
177
- sudo make -j4 install
178
179
+3. Build cppzmq via [vcpkg](https://github.com/Microsoft/vcpkg/). This does an out of source build and installs the build files
180
+ - git clone https://github.com/Microsoft/vcpkg.git
181
+ - cd vcpkg
182
+ - ./bootstrap-vcpkg.sh # bootstrap-vcpkg.bat for Powershell
183
+ - ./vcpkg integrate install
184
+ - ./vcpkg install cppzmq
185
+
186
Using this:
187
188
A cmake find package scripts is provided for you to easily include this library.
0 commit comments