Added cmake install to the guide

This commit is contained in:
defnax 2023-12-23 09:23:53 +01:00 committed by GitHub
parent 48510e3818
commit 0ec569216b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,10 @@ Install HomeBrew following this guide: [HomeBrew](http://brew.sh/)
$ brew install rapidjson
$ brew install sqlcipher
#### Install CMake
$ brew install cmake
If you have error in linking, run this:
$sudo chown -R $(whoami) /usr/local/lib/pkgconfig