mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
workaround instruction for gperftools on macOS Sierra
This commit is contained in:
committed by
Leonardo de Moura
parent
3178f41cce
commit
8c723cea72
@@ -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
|
||||
--------------------------------
|
||||
|
||||
Reference in New Issue
Block a user