]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Add vcpkg installation instructions
authorwangli28 <wangli28@beyondsoft.com>
Thu, 19 Mar 2020 13:23:36 +0000 (13:23 +0000)
committerAlec Thomas <alec@swapoff.org>
Mon, 23 Mar 2020 08:55:17 +0000 (19:55 +1100)
README.md

index f6c28c62f427c539c0b3cc9d6b762ba3ec74a0d5..4467105433a03ba42fdaceedefb40b0f6234d100 100644 (file)
--- a/README.md
+++ b/README.md
@@ -361,6 +361,18 @@ Requirements:
 * [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx) or later, or a C++ compiler that supports a basic set of C++11 features (ie. Clang >= 3.1 or GCC >= 4.7).
 * [CMake](http://cmake.org/)
 
+### Building entityx - Using vcpkg
+
+You can download and install entityx 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 entityx
+
+The entityx 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.
+
 ### Other systems
 
 Build it manually.