]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Add note about Arch Linux
authorAlexander F. Rødseth <rodseth@gmail.com>
Thu, 15 Nov 2018 11:41:39 +0000 (12:41 +0100)
committerAlexander F. Rødseth <rodseth@gmail.com>
Thu, 15 Nov 2018 11:41:39 +0000 (12:41 +0100)
README.md

index 9ffd516171965ac05ca433f3ebfec2afc5809bbb..4493dc6ded4a37d745fc9e0a2b2c5e80d1bff679 100644 (file)
--- 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.