Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 743 Bytes

INSTALL.md

File metadata and controls

40 lines (27 loc) · 743 Bytes

Installation

porymap requires Qt 5.14.2 & C++11.

macOS

The easiest way to get Qt is through homebrew. 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

Windows

Install Qt development tools, and use Qt Creator, the official Qt IDE, for development purposes.

Ubuntu

You need to install Qt. The minimum supported version is currently Qt 5.14.2. You can check your Qt version with qtdiag.

sudo apt-get install qt5-default qtdeclarative5-dev
qmake
make
./porymap