mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
updated docs to include more required packages for ubuntu (#858)
This commit is contained in:
parent
18649d1cb8
commit
b380c4b4ba
|
@ -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:
|
You will also need some system libraries to build this, which can be installed by running:
|
||||||
|
|
||||||
```shell
|
```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
|
### Get Involved
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue