[document] add vcpkg instruction (#4425)

* [document] Add vcpkg instruction step
This commit is contained in:
Jack·Boos·Yu 2022-09-16 10:24:11 +00:00 committed by GitHub
parent 0ec2178edf
commit 9d4685d90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.