mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-08 20:09:54 +00:00
add deps to make setup easier
This commit is contained in:
parent
aa4b5e2ca3
commit
4101239e0d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue