diff options
author | Alec Thomas <alec@swapoff.org> | 2013-03-02 13:30:55 -0500 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-03-02 13:31:16 -0500 |
commit | bc739894324638f6743a88c213ec53118df510e3 (patch) | |
tree | 487befe91438a04dc63a022cbc49fd795a347d6e /README.md | |
parent | 87aee298f82ca64211753faee46a66166923685a (diff) |
Remove unused variable. Update README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -208,6 +208,8 @@ EntityX has the following build and runtime requirements: - [Glog](http://code.google.com/p/google-glog/) (tested with `0.3.2`). - [GTest](http://code.google.com/p/googletest/) (needed for testing only) +**Note:** GTest is no longer installable directly through Homebrew. You can use [this formula](https://raw.github.com/mxcl/homebrew/2bf506e3d90254f81a669a0216f33b2f09589028/Library/Formula/gtest.rb) to install it manually. + Once these dependencies are installed you should be able to build and install EntityX as follows. BUILD_TESTING is false by default. ```c++ |