add macOS INSTALL.md instructions
This commit is contained in:
parent
a2e3d17dbb
commit
f8d6095708
1 changed files with 21 additions and 0 deletions
21
INSTALL.md
21
INSTALL.md
|
@ -2,6 +2,27 @@
|
||||||
|
|
||||||
porymap requires Qt 5 & C++11.
|
porymap requires Qt 5 & C++11.
|
||||||
|
|
||||||
|
## macOS
|
||||||
|
|
||||||
|
The easiest way to get Qt is through [homebrew](https://brew.sh/).
|
||||||
|
Once homebrew is installed, run these commands in Terminal:
|
||||||
|
|
||||||
|
```
|
||||||
|
xcode-select --install
|
||||||
|
|
||||||
|
brew update
|
||||||
|
brew upgrade
|
||||||
|
brew install qt
|
||||||
|
|
||||||
|
git clone https://github.com/huderlem/porymap
|
||||||
|
cd porymap
|
||||||
|
|
||||||
|
qmake
|
||||||
|
make
|
||||||
|
|
||||||
|
./porymap.app/Contents/MacOS/porymap
|
||||||
|
```
|
||||||
|
|
||||||
## Ubuntu
|
## Ubuntu
|
||||||
|
|
||||||
You need to install Qt 5. Qt 5.5 should be enough. You can check you Qt version
|
You need to install Qt 5. Qt 5.5 should be enough. You can check you Qt version
|
||||||
|
|
Loading…
Reference in a new issue