Merge pull request #613 from lhearachel/arch-install
Add installation instructions for Arch Linux to INSTALL.md
This commit is contained in:
commit
036c159476
1 changed files with 11 additions and 0 deletions
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue