add macOS INSTALL.md instructions

This commit is contained in:
garak 2019-01-16 22:46:31 -05:00 committed by huderlem
parent a2e3d17dbb
commit f8d6095708

View file

@ -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