aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangli28 <wangli28@beyondsoft.com>2020-03-19 13:23:36 +0000
committerAlec Thomas <alec@swapoff.org>2020-03-23 19:55:17 +1100
commit13b01f9d311b274a4f22370168229207b8caa1d5 (patch)
treeadba56ff2da26bd66253f2ec4ce6dfb77455d11f
parent36a7db62686730658273bfcfd15d3e9ba5595052 (diff)
Add vcpkg installation instructions
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6c28c6..4467105 100644
--- 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.