mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-06-06 14:40:53 +02:00
Add vcpkg installation instructions
This commit is contained in:
parent
e70dd63a34
commit
6604d3fa7d
@ -176,6 +176,13 @@ Build steps:
|
|||||||
- cmake ..
|
- cmake ..
|
||||||
- sudo make -j4 install
|
- 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:
|
Using this:
|
||||||
|
|
||||||
A cmake find package scripts is provided for you to easily include this library.
|
A cmake find package scripts is provided for you to easily include this library.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user