mirror of
https://github.com/huderlem/porymap.git
synced 2026-03-21 17:45:44 -05:00
Merge pull request #756 from BigLanturnProductions/patch-1
Update INSTALL.md
This commit is contained in:
commit
0718da2fe2
10
INSTALL.md
10
INSTALL.md
|
|
@ -37,11 +37,15 @@ Install [Qt development tools](https://www.qt.io/download-qt-installer), and use
|
|||
## Ubuntu
|
||||
|
||||
You need to install Qt. The minimum supported version is currently Qt 5.14.2. You can check your Qt version
|
||||
with `qtdiag`.
|
||||
with `qtdiag` or `qmake --version`.
|
||||
|
||||
```bash
|
||||
sudo apt-get install qt6-declarative-dev
|
||||
# if your distro does not have qt6-declarative-dev, try sudo apt-get install qtdeclarative5-dev
|
||||
|
||||
git clone https://github.com/huderlem/porymap
|
||||
cd porymap
|
||||
|
||||
qmake
|
||||
make
|
||||
./porymap
|
||||
|
|
@ -53,6 +57,10 @@ You need to install Qt. You can check the version of your Qt packages with `qtdi
|
|||
|
||||
```bash
|
||||
sudo pacman -S qt6-declarative qt6-charts
|
||||
|
||||
git clone https://github.com/huderlem/porymap
|
||||
cd porymap
|
||||
|
||||
qmake
|
||||
make
|
||||
./porymap
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user