From 59cc8a8b2a999fb377bea04dfc2c1cd1e05decee Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Mon, 14 Jun 2021 22:23:52 +0100 Subject: [PATCH] docs(README): add homebrew deps --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 120e215..6b32337 100644 --- a/README.md +++ b/README.md @@ -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