mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
docs(README): add homebrew deps
This commit is contained in:
parent
2ccb18345f
commit
59cc8a8b2a
1 changed files with 4 additions and 0 deletions
|
|
@ -16,7 +16,11 @@ CCash solves these issues and adds a level of abstraction, the main philosophy o
|
|||
|
||||
drogon depedencies (varies by OS/distro)
|
||||
```
|
||||
# Debian
|
||||
sudo apt install libjsoncpp-dev uuid-dev openssl libssl-dev zlib1g-dev
|
||||
|
||||
# macOS
|
||||
brew install jsoncpp ossp-uuid openssl zlib
|
||||
```
|
||||
|
||||
building the project
|
||||
|
|
|
|||
Loading…
Reference in a new issue