mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-01 10:57:59 +01:00
[document] add vcpkg instruction (#4425)
* [document] Add vcpkg instruction step
This commit is contained in:
parent
0ec2178edf
commit
9d4685d90c
11
README.md
11
README.md
@ -154,6 +154,17 @@ For OSX users, packages are available via brew.
|
||||
|
||||
brew install zeromq
|
||||
|
||||
## Installation of package manager <a name="package manager"/>
|
||||
|
||||
### vcpkg
|
||||
|
||||
vcpkg is a full platform package manager, you can easily install libzmq via vcpkg.
|
||||
|
||||
git clone https://github.com/microsoft/vcpkg.git
|
||||
./bootstrap-vcpkg.bat # For powershell
|
||||
./bootstrap-vcpkg.sh # For bash
|
||||
./vcpkg install zeromq
|
||||
|
||||
## Build from sources <a name="build"/>
|
||||
|
||||
To build from sources, see the INSTALL file included with the distribution.
|
||||
|
Loading…
x
Reference in New Issue
Block a user