Update build instructions

This commit is contained in:
Hannes Kuchelmeister
2022-02-10 17:03:07 +01:00
committed by GitHub
parent ef2265286a
commit bd35bdd192

View File

@@ -12,7 +12,17 @@ Currently the application can only be optained by compiling from source
## Compilation Instructions ## Compilation Instructions
To compile and run this tool gtk and libadwaita are needed. More detailed instructions are planned for the future. The prerequisits can be installed as described in the gtk4-rs book:
* [Linux](https://gtk-rs.org/gtk4-rs/stable/latest/book/installation_linux.html)
* [Windows](https://gtk-rs.org/gtk4-rs/stable/latest/book/installation_windows.html) (untested)
* [Mac OS](https://gtk-rs.org/gtk4-rs/stable/latest/book/installation_macos.html) (untested)
After the prerequisits are installed you can run/build the tool as is usual for rust:
```
cargo run
```
## Usage ## Usage