README: we need CMake on macOS

This commit is contained in:
Ștefan Talpalaru 2020-06-03 22:08:25 +02:00
parent 56ffb696be
commit 22bd8951fd
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ Assuming you use [Homebrew](https://brew.sh/) to manage packages:
brew install pcre
```
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)).
### Windows
You can install the developer tools by following the instruction in our [Windows dev environment section](#windows-dev-environment).