Files
mapmap/INSTALL
T
2014-04-30 22:48:06 -04:00

61 lines
1.0 KiB
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
Non-mandatory:
* doxygen
* graphviz
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 \
graphviz \
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 http://docs.gstreamer.com/display/GstSDK/Installing+on+Mac+OS+X
Do this::
./build.sh