add deps to make setup easier

This commit is contained in:
TheArchitect108 2022-10-31 11:10:13 -05:00
parent aa4b5e2ca3
commit 4101239e0d
No known key found for this signature in database
GPG key ID: 12AEB277C3861E66

View file

@ -5,7 +5,7 @@
##### Ubuntu
```
sudo apt-get install -y build-essential cmake clang-11 git curl python3-pip protobuf-compiler
sudo apt-get install -y build-essential cmake clang-11 git curl python3-pip protobuf-compiler libssl-dev pkg-config
```
### Install rustup