From a9cc9b0338c0c7fb5e0a1286e81d2d413734c086 Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Tue, 19 Nov 2024 10:39:01 +0100 Subject: [PATCH] Add installation instructions for .zip/.tar.gz --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8e70f51f..12fd9d99 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,22 @@ sudo dpkg -i libarbitration-graphs-gui-dev.deb ``` +
+Installation from .zip/.tar.gz + +As this is a header-only library, no platform-specific compilation is needed. +So, you can also install the files directly from our release [`.zip` or `.tar.gz` archives](https://github.com/KIT-MRT/arbitration_graphs/releases/latest): + +```bash +tar xf arbitration_graphs-core.tar.gz --directory=/ +tar xf arbitration_graphs-gui.tar.gz --directory=/ +``` + +This installs into `/usr/[include,lib,share]/arbitration_graphs`. +Please read [Serving the WebApp GUI](#serving-the-webapp-gui) below, if you consider custom installation paths and want to use the GUI. + +
+
Using Docker image with pre-installed library