updated docs for ubuntu notes (#799)

This commit is contained in:
James Hodgkinson 2022-06-01 10:01:43 +10:00 committed by GitHub
parent 7d27612174
commit e495bd6122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ If you plan to work on the web-ui, you may also need npm for setting up some par
#### 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:
@ -50,6 +50,18 @@ Building the web ui requires additional packages:
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
To get started, you'll need to fork or branch, and we'll merge based on PR's.