mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-23 04:57:09 +11:00
other distros categoruy
This commit is contained in:
parent
c083d78ac1
commit
a4a9473b07
1 changed files with 9 additions and 0 deletions
|
|
@ -38,6 +38,15 @@ make
|
||||||
make install
|
make install
|
||||||
yum install libuuid-devel openssl-devel zlib-devel
|
yum install libuuid-devel openssl-devel zlib-devel
|
||||||
```
|
```
|
||||||
|
#### Other
|
||||||
|
anything that can download the appropriate dependencies
|
||||||
|
```
|
||||||
|
make & cmake
|
||||||
|
jsoncpp
|
||||||
|
libuuid
|
||||||
|
openssl
|
||||||
|
zlib
|
||||||
|
```
|
||||||
### MacOS
|
### MacOS
|
||||||
```
|
```
|
||||||
brew install jsoncpp ossp-uuid openssl zlib
|
brew install jsoncpp ossp-uuid openssl zlib
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue