Merge pull request #613 from lhearachel/arch-install

Add installation instructions for Arch Linux to INSTALL.md
This commit is contained in:
GriffinR 2024-09-15 22:16:09 -04:00 committed by GitHub
commit 036c159476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```