Skip to content

Commit

Permalink
Add installation instructions for .zip/.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Nov 19, 2024
1 parent dc0c4d8 commit a9cc9b0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@ sudo dpkg -i libarbitration-graphs-gui-dev.deb
```
</details>

<details>
<summary>Installation from .zip/.tar.gz</summary>

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.

</details>

<details>
<summary>Using Docker image with pre-installed library</summary>

Expand Down

0 comments on commit a9cc9b0

Please sign in to comment.