chore: add libuv to the required packages heading in macos docs (#5045)

This commit is contained in:
Kim Morrison 2024-08-15 11:33:58 +10:00 committed by GitHub
parent 326dbd1e15
commit 7e72f9ab85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ following to use `g++`.
cmake -DCMAKE_CXX_COMPILER=g++ ...
```
## Required Packages: CMake, GMP
## Required Packages: CMake, GMP, libuv
```bash
brew install cmake