mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
[document] add vcpkg instruction (#4425)
* [document] Add vcpkg instruction step
This commit is contained in:
11
README.md
11
README.md
@@ -154,6 +154,17 @@ For OSX users, packages are available via brew.
|
|||||||
|
|
||||||
brew install zeromq
|
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"/>
|
## Build from sources <a name="build"/>
|
||||||
|
|
||||||
To build from sources, see the INSTALL file included with the distribution.
|
To build from sources, see the INSTALL file included with the distribution.
|
||||||
|
|||||||
Reference in New Issue
Block a user