Skip to content

Commit

Permalink
Add installation instructions for Arch Linux to INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhearachel committed Sep 16, 2024
1 parent d6da284 commit f9f7d64
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ qmake
make
./porymap
```

## Arch Linux

You need to install Qt. You can check the version of your Qt packages with `qtdiag` or `qmake --version`.

```bash
sudo pacman -S qt6-declarative qt6-charts
qmake
make
./porymap
```

0 comments on commit f9f7d64

Please sign in to comment.