From 4689fe70770bb6e6057181fb127e4949be617002 Mon Sep 17 00:00:00 2001 From: William Katz Date: Sun, 2 May 2021 22:33:53 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f0197b..ddfdb60 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,15 @@ CCash solves these issues and adds a level of abstraction, the main philosophy o [Backend](https://ccash.ryzerth.com/BankF/help) ### Build - +drogon depedencies +``` +sudo apt install libjsoncpp-dev +sudo apt install uuid-dev +sudo apt install openssl +sudo apt install libssl-dev +sudo apt install zlib1g-dev +``` +building the project ``` git clone --recurse-submodule https://github.com/EntireTwix/CCash/ mkdir build