mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
add docker build instructions to readme
This commit is contained in:
committed by
GitHub
parent
598e3da0e9
commit
31e09f48eb
12
README.md
12
README.md
@@ -8,10 +8,20 @@ Focus Annotator is a tool for annotation the focal plane of a part of an image.
|
||||
|
||||
## Installation
|
||||
|
||||
Currently the application can only be optained by compiling from source
|
||||
Currently the application can only be optained by compiling from source.
|
||||
|
||||
## Compilation Instructions
|
||||
|
||||
### Docker
|
||||
|
||||
The tool can be compiled with docker-compose:
|
||||
|
||||
* Linux Version `docker-compose up` (found in *target/release/*, dependencies are not included therefore install `libadwaita` via your distros package manager)
|
||||
* Windows Version: `docker-compose -f docker-compose.windows.yml up` (the resulting file is packaged as *package.zip*, dependencies included)
|
||||
|
||||
|
||||
### Native
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user