# Installation

porymap requires Qt 5 & C++11.

## Ubuntu

You need to install Qt 5. Qt 5.5 should be enough. You can check you Qt version
with `qtdiag`.

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