mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
Build instructions
|
|
==================
|
|
This file is written in rst, so that one can use rst2pdf to create a PDF out of it.
|
|
|
|
On Ubuntu 13.10
|
|
---------------
|
|
Do this::
|
|
|
|
sudo apt-get install -y \
|
|
qt4-default \
|
|
qt4-qmake
|
|
|
|
For extras::
|
|
|
|
sudo apt-get install -y \
|
|
doxygen
|
|
|