add docker build instructions to readme

This commit is contained in:
Hannes Kuchelmeister
2022-02-11 12:14:13 +01:00
committed by GitHub
parent 598e3da0e9
commit 31e09f48eb

View File

@@ -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)