readme: add cmake on mac

This commit is contained in:
Jacek Sieka 2020-07-06 13:47:26 +02:00
parent c2c078a208
commit 2b9df8a602
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ yourAURmanager -S base-devel pcre-static
Assuming you use [Homebrew](https://brew.sh/) to manage packages:
```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)).

View File

@ -41,7 +41,7 @@ yourAURmanager -S base-devel pcre-static
Assuming you use [Homebrew](https://brew.sh/) to manage packages
```sh
brew install pcre
brew install pcre cmake
```
### Windows