Add installation instructions for Arch Linux to INSTALL.md

This commit is contained in:
Rachel 2024-09-15 18:10:03 -07:00
parent d6da284ddd
commit f9f7d64692

View file

@ -39,3 +39,14 @@ qmake
make make
./porymap ./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
```