Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangli28 <wangli28@beyondsoft.com>2020-03-19 16:17:18 +0300
committerwangli28 <wangli28@beyondsoft.com>2020-03-19 16:17:30 +0300
commit9094c8439dc0921f794ba14cd64d90e52d442465 (patch)
treeb58c81c46c3e272917d55dd19bfcf80687efe377 /README.md
parentf057f61f71268f3e8f4a311136b844825cf188ee (diff)
Add vcpkg installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 501675d..e82b17c 100644
--- a/README.md
+++ b/README.md
@@ -110,3 +110,16 @@ There exist build rules for several systems:
And also integration to platform interfaces:
* **Arduino**: http://platformio.org/lib/show/1385/nanopb-arduino
+
+Building nanopb - Using vcpkg
+-----------------------------
+
+You can download and install nanopb 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 nanopb
+
+The nanopb 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.