mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Update README.md
This commit is contained in:
parent
007779f721
commit
4689fe7077
1 changed files with 9 additions and 1 deletions
10
README.md
10
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue