other distros categoruy

This commit is contained in:
William Katz 2021-09-23 23:41:57 -07:00 committed by GitHub
parent c083d78ac1
commit a4a9473b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,15 @@ make
make install
yum install libuuid-devel openssl-devel zlib-devel
```
#### Other
anything that can download the appropriate dependencies
```
make & cmake
jsoncpp
libuuid
openssl
zlib
```
### MacOS
```
brew install jsoncpp ossp-uuid openssl zlib