workaround instruction for gperftools on macOS Sierra

This commit is contained in:
Scott Morrison
2017-01-15 11:03:59 +11:00
committed by Leonardo de Moura
parent 3178f41cce
commit 8c723cea72

View File

@@ -29,7 +29,7 @@ Requirements
- [CMake](http://www.cmake.org)
- [GMP (GNU multiprecision library)](http://gmplib.org/)
- [MPFR (GNU MPFR Library)](http://www.mpfr.org/)
- (optional) [gperftools](https://code.google.com/p/gperftools/)
- (optional) [gperftools](https://code.google.com/p/gperftools/) (There is currently an issue with gperftools on macOS Sierra. For now, either don't install it, or pass the flag `-DTCMALLOC=OFF` to CMake when building to not use it.)
Installing required packages at
--------------------------------