From 31e09f48eb86ca61147305eb15d17cc9b19795b2 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Fri, 11 Feb 2022 12:14:13 +0100 Subject: [PATCH] add docker build instructions to readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef173a6..2c428c3 100644 --- a/README.md +++ b/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)