mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-01-06 00:31:14 +01:00
Merge pull request #570 from FrankXie05/vcpkg-instructions
Add vcpkg installation instructions
This commit is contained in:
commit
381f699d37
@ -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 # bootstrap-vcpkg.bat for Powershell
|
||||||
|
- ./vcpkg integrate install
|
||||||
|
- ./vcpkg install cppzmq
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user