From c700ff5288f4f81a68ac4fce1892978d1f4e95ca Mon Sep 17 00:00:00 2001 From: "Alexander F. Rødseth" Date: Thu, 15 Nov 2018 12:41:39 +0100 Subject: Add note about Arch Linux --- README.md | 26 +++++++++++++++++++++----- 1 file 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. -- cgit v1.2.3