mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
55 lines
929 B
Plaintext
55 lines
929 B
Plaintext
Build instructions
|
|
==================
|
|
This file is written in rst, so that one can use rst2pdf to create a PDF out of it.
|
|
|
|
|
|
Build on GNU/Linux
|
|
------------------
|
|
Dependencies:
|
|
|
|
* Qt
|
|
* qt4-default
|
|
* qt4-qmake
|
|
* liblo
|
|
* gstreamer-0.10
|
|
|
|
Build it::
|
|
|
|
./build.sh
|
|
|
|
On Ubuntu 13.10
|
|
---------------
|
|
Do this::
|
|
|
|
sudo apt-get install -y \
|
|
qt4-default \
|
|
liblo-dev \
|
|
qt4-qmake
|
|
|
|
For extras::
|
|
|
|
sudo apt-get install -y \
|
|
doxygen
|
|
|
|
To edit translations
|
|
--------------------
|
|
You might need to update the files::
|
|
|
|
lupdate mapmap.pro
|
|
|
|
Then, do this::
|
|
|
|
linguist mapmap_fr.ts
|
|
|
|
Build on Mac OS X
|
|
-----------------
|
|
|
|
* Install the Apple Developer Tools. You need to register with a credit card in the Apple Store in order to download it.
|
|
* Install Qt5. You can get it from http://qt-project.org/downloads and choose the default location.
|
|
* Install the GStreamer SDK development files.
|
|
|
|
Do this::
|
|
|
|
./build.sh
|
|
|