updated docs to include more required packages for ubuntu (#858)

This commit is contained in:
James Hodgkinson 2022-06-28 09:21:21 +10:00 committed by GitHub
parent 18649d1cb8
commit b380c4b4ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,10 +56,10 @@ You need [rustup](https://rustup.rs/) to install a Rust toolchain.
You will also need some system libraries to build this, which can be installed by running:
```shell
sudo apt-get install libsqlite3-dev libudev-dev libssl-dev
```
sudo apt-get install libsqlite3-dev libudev-dev libssl-dev pkg-config libpam0g-dev
```
Tested with Ubuntu 20.04.
Tested with Ubuntu 20.04 and 22.04.
### Get Involved