mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-13 10:52:57 +01:00
Add vcpkg installation instructions
This commit is contained in:
parent
e70dd63a34
commit
6604d3fa7d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user