aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-03-02 13:30:55 -0500
committerAlec Thomas <alec@swapoff.org>2013-03-02 13:31:16 -0500
commitbc739894324638f6743a88c213ec53118df510e3 (patch)
tree487befe91438a04dc63a022cbc49fd795a347d6e /README.md
parent87aee298f82ca64211753faee46a66166923685a (diff)
Remove unused variable. Update README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 51f8307..01da2c9 100644
--- a/README.md
+++ b/README.md
@@ -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++