]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Updated README.md
authoradtennant <alex@adtennant.co.uk>
Sun, 20 Jan 2019 17:43:16 +0000 (17:43 +0000)
committerAlec Thomas <alec@swapoff.org>
Sun, 20 Jan 2019 22:43:12 +0000 (09:43 +1100)
README.md

index 4493dc6ded4a37d745fc9e0a2b2c5e80d1bff679..92dd3b609f5248d52e73f9909cc0e81195920a4a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -348,6 +348,10 @@ while (true) {
 
     pacman -S entityx
 
+### OSX
+
+    brew install entityx
+
 ### Windows
 
 Build it manually.
@@ -370,18 +374,6 @@ Requirements:
 
 C++11 support is quite...raw. To make life more interesting, C++ support really means two things: language features supported by the compiler, and library features. EntityX tries to support the most common options, including the default C++ library for the compiler/platform, and libstdc++.
 
-### Installing on OSX Mountain Lion
-
-On OSX you must use Clang as the GCC version is practically prehistoric.
-
-I use Homebrew, and the following works for me:
-
-For libstdc++:
-
-```bash
-cmake -DENTITYX_BUILD_SHARED=0 -DENTITYX_BUILD_TESTING=1 ..
-```
-
 ### Installing on Ubuntu 12.04
 
 On Ubuntu LTS (12.04, Precise) you will need to add some PPAs to get either clang-3.1 or gcc-4.7. Respective versions prior to these do not work.