mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Note packages required for development on Fedora (#767)
- Notes packages needed for base development on Fedora - Notes packages required to run the wasm build script with cargo Signed-off-by: Kellin <kellin@retromud.org>
This commit is contained in:
parent
f3a73426c5
commit
ec7c3cc623
|
@ -40,6 +40,19 @@ You will also need some system libraries to build this:
|
|||
|
||||
libudev-devel sqlite3-devel libopenssl-devel npm-default
|
||||
|
||||
#### Fedora
|
||||
|
||||
You will need to install the rust toolchain packages.
|
||||
|
||||
rust cargo
|
||||
|
||||
You will also need some system libraries to build this:
|
||||
|
||||
systemd-devel sqlite-devel openssl-devel pam-devel
|
||||
|
||||
Building the web ui requires additional packages:
|
||||
|
||||
perl-FindBin perl-File-Compare rust-std-static-wasm32-unknown-unknown
|
||||
|
||||
### Get involved
|
||||
|
||||
|
|
Loading…
Reference in a new issue