📝 forgot build-essential

This commit is contained in:
William Katz 2021-10-15 14:11:10 -07:00 committed by GitHub
parent a4a9473b07
commit 308f75ec37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ If you want to use the docker package, deploy information can be found [here](de
### Linux
#### Debian
```
sudo apt install libjsoncpp-dev uuid-dev openssl libssl-dev zlib1g-dev
sudo apt install libjsoncpp-dev uuid-dev openssl libssl-dev zlib1g-dev build-essential
```
#### CentOS 7.5
```