readme: add cmake on mac
This commit is contained in:
parent
c2c078a208
commit
2b9df8a602
|
@ -83,7 +83,7 @@ yourAURmanager -S base-devel pcre-static
|
||||||
Assuming you use [Homebrew](https://brew.sh/) to manage packages:
|
Assuming you use [Homebrew](https://brew.sh/) to manage packages:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install pcre
|
brew install pcre cmake
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure you have [CMake](https://cmake.org/) installed, to be able to build libunwind (used for [lightweight stack traces](https://github.com/status-im/nim-libbacktrace)).
|
Make sure you have [CMake](https://cmake.org/) installed, to be able to build libunwind (used for [lightweight stack traces](https://github.com/status-im/nim-libbacktrace)).
|
||||||
|
|
|
@ -41,7 +41,7 @@ yourAURmanager -S base-devel pcre-static
|
||||||
Assuming you use [Homebrew](https://brew.sh/) to manage packages
|
Assuming you use [Homebrew](https://brew.sh/) to manage packages
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install pcre
|
brew install pcre cmake
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
Loading…
Reference in New Issue