Skip to content

Commit 6604d3f

Browse files
author
FrankXie
committed
Add vcpkg installation instructions
1 parent e70dd63 commit 6604d3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ Build steps:
176176
- cmake ..
177177
- sudo make -j4 install
178178

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
183+
- ./vcpkg integrate install
184+
- ./vcpkg install cmark
185+
179186
Using this:
180187

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

0 commit comments

Comments
 (0)