aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2018-11-15 22:45:10 +1100
committerGitHub <noreply@github.com>2018-11-15 22:45:10 +1100
commitf986e45fe195fed695def1854a680e30ae03b3b6 (patch)
tree0d5a54409dbc7fe4cfe56deab807f837809c734d
parent8820a7eae96d6aeffd6cf00774b1fcac65316252 (diff)
parentc700ff5288f4f81a68ac4fce1892978d1f4e95ca (diff)
Merge pull request #222 from xyproto/doc
Add note about Arch Linux
-rw-r--r--README.md26
1 files changed, 21 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9ffd516..4493dc6 100644
--- a/README.md
+++ b/README.md
@@ -344,11 +344,27 @@ while (true) {
## Installation
-EntityX has the following build and runtime requirements:
+### Arch Linux
-- A C++ compiler that supports a basic set of C++11 features (ie. Clang >= 3.1, GCC >= 4.7, and Visual Studio 2015).
-- For Visual C++ support you will need at least [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx).
-- [CMake](http://cmake.org/)
+ pacman -S entityx
+
+### Windows
+
+Build it manually.
+
+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/)
+
+### Other systems
+
+Build it manually.
+
+Requirements:
+
+* A C++ compiler that supports a basic set of C++11 features (ie. Clang >= 3.1, GCC >= 4.7).
+* [CMake](http://cmake.org/)
### C++11 compiler and library support
@@ -408,4 +424,4 @@ make
make install
```
-EntityX has currently only been tested on Mac OSX (Lion and Mountain Lion), and Linux Debian 12.04. Reports and patches for builds on other platforms are welcome.
+EntityX has currently only been tested on Mac OSX (Lion and Mountain Lion), Linux Debian 12.04 and Arch Linux. Reports and patches for builds on other platforms are welcome.