aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.