Skip to content

Commit

Permalink
Add dependencies command for Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
halvko committed Sep 26, 2023
1 parent 4f38565 commit 8c0744c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@ _ticked_ dependencies are mandatory to have installed.

To install all of the above then run the respective below.

| Operating System | Shell command |
|------------------|---------------------------------------------------------------|
| Ubuntu 22+ | `apt install cmake g++ libboost-all-dev doxygen graphviz` |
| Fedora 36+ | `dnf install cmake gcc-c++ boost-devel doxygen graphviz` |
| Operating System | Shell command |
|------------------|----------------------------------------------------------------------|
| Ubuntu 22+ | `apt install cmake g++ libboost-all-dev doxygen graphviz` |
| Fedora 36+ | `dnf install cmake gcc-c++ boost-devel doxygen graphviz` |
| Arch Linux | `pacman -S --needed cmake gcc boost-libs doxygen graphviz` |

## Usage

Expand Down

0 comments on commit 8c0744c

Please sign in to comment.