summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhoebeHui <20694052+PhoebeHui@users.noreply.github.com>2020-03-06 04:54:58 -0800
committerGarrett D'Amore <garrett@damore.org>2020-05-27 21:18:50 -0700
commitaab95026d59a635b571e0fe83f1e83dee0364afc (patch)
treea3eed3545d70e33dff68c3f60a6e64c37050097d
parent2f4d57f08684ff26840d87dc0c9843aedd37100c (diff)
downloadnanomsg-aab95026d59a635b571e0fe83f1e83dee0364afc.tar.gz
Add vcpkg installation instructions
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 72b402e..0015bee 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,17 @@ It also assumes you are in the project directory.
6. `cmake --build . --config Debug --target install`
*NB:* This may have to be done using an Administrator account.
+Alternatively, you can build and install nanomsg using [vcpkg](https://github.com/microsoft/vcpkg/) dependency manager:
+
+1. `git clone https://github.com/Microsoft/vcpkg.git`
+2. `cd vcpkg`
+3. `./bootstrap-vcpkg.bat`
+4. `./vcpkg integrate install`
+5. `./vcpkg install nanomsg`
+
+The nanomsg port in vcpkg is kept up to date by microsoft team members and community contributors.
+If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
+
Static Library
--------------