From f9f7d6469272665908b6c701553a677d67857e19 Mon Sep 17 00:00:00 2001 From: Rachel Date: Sun, 15 Sep 2024 18:10:03 -0700 Subject: [PATCH] Add installation instructions for Arch Linux to INSTALL.md --- INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 34f03196f..6c26b59a5 100644 --- a/INSTALL.md +++ b/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 +```