chore(doc/make/osx): add build instructions to mac OS

This commit is contained in:
Jared Roesch 2017-05-25 13:41:09 -07:00 committed by Leonardo de Moura
parent 7ffd7fea3d
commit 952eb63d96

View file

@ -45,3 +45,12 @@ Optional Packages: tcmalloc and ninja
brew install gperftools
brew install ninja
# Build
```bash
cd lean
mkdir -p build/release
cd build/release
cmake ../../src
make
```