diff options
author | Alec Thomas <alec@swapoff.org> | 2013-08-21 20:34:10 -0400 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-08-21 20:35:41 -0400 |
commit | be03c3a3d4e8824c3b909648b46910b4cdbc72e1 (patch) | |
tree | 26bb170e53665a73bd238fcce5561d95be2f19e6 /README.md | |
parent | 13ea1d12a8e235fdfc55298b4189aedcc08b96b0 (diff) |
Switch to boost::signals2.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,10 +15,11 @@ You can also contact me directly via [email](mailto:alec@swapoff.org) or [Twitte ## Recent Notable Changes +- 2013-08-21 - Switch to `boost::signals2`. - 2013-08-18 - Destroying an entity invalidates all other references - 2013-08-17 - Python scripting, and a more robust build system -See the [ChangeLog](https://github.com/alecthomas/entityx/blob/master/CHANGELOG.md) for details. +See the [ChangeLog](https://github.com/alecthomas/entityx/blob/master/CHANGES.md) for details. ## Overview @@ -255,7 +256,7 @@ EntityX has the following build and runtime requirements: - A C++ compiler that supports a basic set of C++11 features (ie. recent clang, recent gcc, and maybe (untested) VC++ with the [Nov 2012 CTP](http://www.microsoft.com/en-us/download/details.aspx?id=35515)). - [CMake](http://cmake.org/) -- [Boost](http://boost.org) `1.48.0` or higher (links against `boost::signals`). +- [Boost](http://boost.org) `1.48.0` or higher (links against `boost::signals2`). Once these dependencies are installed you should be able to build and install EntityX as below. The following options can be passed to cmake to modify how EntityX is built: |