From 9be5faecff055f58a63ed99a91da001f2ceefcb6 Mon Sep 17 00:00:00 2001 From: psf <77138753+pkmnsnfrn@users.noreply.github.com> Date: Fri, 8 Sep 2023 10:02:04 -0700 Subject: [PATCH] Update INSTALL.md Updated Ubuntu install instructions per discussion: https://discord.com/channels/442462691542695948/495019188042203147/1149746226263248896 --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index eb450597d..2fcca5a8f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,7 +33,8 @@ You need to install Qt. The minimum supported version is currently Qt 5.14.2. Yo with `qtdiag`. ``` -sudo apt-get install qtdeclarative5-dev +sudo apt-get install qt6-declarative-dev +# if your distro does not have qt6-declarative-dev, try sudo apt-get install qtdeclarative5-dev qmake make ./porymap