Update INSTALL.md
Updated Ubuntu install instructions per discussion: https://discord.com/channels/442462691542695948/495019188042203147/1149746226263248896
This commit is contained in:
parent
7766ae39e9
commit
9be5faecff
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue