chore(doc/make/osx): add build instructions to mac OS
This commit is contained in:
parent
7ffd7fea3d
commit
952eb63d96
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue