Update INSTALL.md
This commit is contained in:
parent
a3d10ef306
commit
d2ed1701bf
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Installation
|
||||
|
||||
porymap requires Qt 5 & C++11.
|
||||
porymap requires Qt 5.14.2 & C++11.
|
||||
|
||||
## macOS
|
||||
|
||||
|
@ -23,6 +23,10 @@ make
|
|||
./porymap.app/Contents/MacOS/porymap
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
||||
Install [Qt development tools](https://www.qt.io/download-qt-installer), and use Qt Creator, the official Qt IDE, for development purposes.
|
||||
|
||||
## Ubuntu
|
||||
|
||||
You need to install Qt 5. Qt 5.5 should be enough. You can check you Qt version
|
||||
|
|
Loading…
Reference in a new issue