aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangli28 <wangli28@beyondsoft.com>2020-03-30 08:56:53 +0000
committerGarrett D'Amore <garrett@damore.org>2020-05-22 18:40:19 -0700
commit009b3ce1dad6f02cc5605b2e22968068bc9e746b (patch)
tree6ab23d29e8b6ad6970daa89937363a2d300f74d2
parentb7a11a0e9e5655da3198e36495d143ea03de91bb (diff)
downloadnng-009b3ce1dad6f02cc5605b2e22968068bc9e746b.tar.gz
nng-009b3ce1dad6f02cc5605b2e22968068bc9e746b.tar.bz2
nng-009b3ce1dad6f02cc5605b2e22968068bc9e746b.zip
Add vcpkg installation instructions
-rw-r--r--docs/BUILD_CROSSCOMPILE.adoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/BUILD_CROSSCOMPILE.adoc b/docs/BUILD_CROSSCOMPILE.adoc
index c943f173..01b7ea87 100644
--- a/docs/BUILD_CROSSCOMPILE.adoc
+++ b/docs/BUILD_CROSSCOMPILE.adoc
@@ -35,3 +35,15 @@ More details for Android are located in the <<BUILD_ANDROID.adoc>> file.
== Cross-compiling for iOS
More details for iOS (and tvOS, etc.) are located in the <<BUILD_IOS.adoc>> file.
+
+== Building nng for Windows or Linux or MACOS - Using vcpkg
+
+You can download and install nng using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
+
+ git clone https://github.com/Microsoft/vcpkg.git
+ cd vcpkg
+ ./bootstrap-vcpkg.sh
+ ./vcpkg integrate install
+ ./vcpkg install nng
+
+The nng 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.