mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
updated docs for ubuntu notes (#799)
This commit is contained in:
parent
7d27612174
commit
e495bd6122
|
@ -30,7 +30,7 @@ If you plan to work on the web-ui, you may also need npm for setting up some par
|
||||||
|
|
||||||
#### SUSE
|
#### SUSE
|
||||||
|
|
||||||
You will need [rustup](https://rustup.rs/) to install a rust toolchain.
|
You will need [rustup](https://rustup.rs/) to install a rust toolchain. If you're using the Tumbleweed release, it's packaged in `zypper`.
|
||||||
|
|
||||||
You will also need some system libraries to build this:
|
You will also need some system libraries to build this:
|
||||||
|
|
||||||
|
@ -50,6 +50,18 @@ Building the web ui requires additional packages:
|
||||||
|
|
||||||
perl-FindBin perl-File-Compare rust-std-static-wasm32-unknown-unknown
|
perl-FindBin perl-File-Compare rust-std-static-wasm32-unknown-unknown
|
||||||
|
|
||||||
|
#### Ubuntu
|
||||||
|
|
||||||
|
You will 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
|
||||||
|
```
|
||||||
|
|
||||||
|
Tested with Ubuntu 20.04.
|
||||||
|
|
||||||
### Get involved
|
### Get involved
|
||||||
|
|
||||||
To get started, you'll need to fork or branch, and we'll merge based on PR's.
|
To get started, you'll need to fork or branch, and we'll merge based on PR's.
|
||||||
|
|
Loading…
Reference in a new issue