From f8d60957081396e9af0b914b07f9b832ec4f7058 Mon Sep 17 00:00:00 2001 From: garak Date: Wed, 16 Jan 2019 22:46:31 -0500 Subject: [PATCH] add macOS INSTALL.md instructions --- INSTALL.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 0f566a63..24fc3ea0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,6 +2,27 @@ 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 You need to install Qt 5. Qt 5.5 should be enough. You can check you Qt version