mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
Update build instructions
This commit is contained in:
committed by
GitHub
parent
ef2265286a
commit
bd35bdd192
12
README.md
12
README.md
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user