Update README.md

This commit is contained in:
Hannes Kuchelmeister
2022-02-22 17:05:25 +01:00
committed by GitHub
parent 70414c1d31
commit 36db45d290

View File

@@ -8,7 +8,7 @@ Focus Annotator is a tool for annotation the focal plane of a part of an image.
## Installation ## Installation
Currently the application can only be optained by compiling from source. You can either download the latest release [here](https://github.com/13hannes11/focus_annotator/releases) or compile from source.
## Compilation Instructions ## Compilation Instructions
@@ -16,7 +16,7 @@ Currently the application can only be optained by compiling from source.
The tool can be compiled with docker-compose: 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) * Linux Version `docker-compose up` (compiles to AppImage)
* Windows Version: `docker-compose -f docker-compose.windows.yml up` (the resulting file is packaged as *package.zip*, dependencies included) * Windows Version: `docker-compose -f docker-compose.windows.yml up` (the resulting file is packaged as *package.zip*, dependencies included)