Skip to content

Commit

Permalink
Add note about provided deb packages in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 12, 2024
1 parent c63a13e commit 86b34f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,17 @@ We will shortly add a [tutorial](https://github.com/KIT-MRT/arbitration_graphs/p

From easy to advanced:

### Using Debian package (recommended)

We provide a Debian package for easy installation on Debian-based distributions.
Download the latest `.deb` packages for the [core library](https://github.com/KIT-MRT/arbitration_graphs/releases/latest/download/libarbitration-graphs-core-dev.deb)
and optionally for [the gui](https://github.com/KIT-MRT/arbitration_graphs/releases/latest/download/libarbitration-graphs-gui-dev.deb) install them with `dpkg`:

```bash
sudo dpkg -i libarbitration-graphs-core-dev.deb
sudo dpkg -i libarbitration-graphs-gui-dev.deb
```

### Using Docker image

We provide a Docker image with the library already installed globally.
Expand Down

0 comments on commit 86b34f8

Please sign in to comment.