mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-09 17:35:37 -05:00
Merge pull request #613 from lhearachel/arch-install
Add installation instructions for Arch Linux to INSTALL.md
This commit is contained in:
11
INSTALL.md
11
INSTALL.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user