Update README.md

This commit is contained in:
William Katz 2021-05-02 22:33:53 -07:00 committed by GitHub
parent 007779f721
commit 4689fe7077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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