mirror of
https://github.com/serai-dex/serai.git
synced 2025-02-03 11:46:31 +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
|
##### 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
|
### Install rustup
|
||||||
|
|
Loading…
Reference in a new issue