forked from mapmapteam/mapmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
79 lines (56 loc) · 1.93 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
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
------------------
Install the dependencies. (see below)
Build it::
./build.sh
Ubuntu 14.04
~~~~~~~~~~~~
Follow the instructions for Ubuntu 13.10 (below) but also install the following packages:
sudo apt-get install -y qttools5-dev-tools
Ubuntu 13.10
~~~~~~~~~~~~
Install basic development tools fot Qt projects, plus liblo for OSC support::
sudo apt-get install -y \
liblo-dev \
libglew-dev \
qt5-default
Install GStreamer 1.0 libraries and plugins:
sudo apt-get install -y \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
gstreamer1.0-alsa \
gstreamer1.0-fluendo-mp3 \
gstreamer1.0-gnonlin \
gstreamer1.0-nice \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-libav \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-base-apps \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \
gstreamer1.0-pulseaudio \
gstreamer1.0-x \
gstreamer1.0-tools
Install extra packages if you want to build the documentation::
sudo apt-get install -y \
doxygen \
graphviz \
rst2pdf
To edit translations
--------------------
You might need to update the files::
lupdate mapmap.pro
Then, do this::
lrelease mapmap.pro
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 framework. You need the runtime and devel packages to be installed:
http://gstreamer.freedesktop.org/data/pkg/osx/1.2.4.1/gstreamer-1.0-devel-1.2.4.1-universal.pkg
http://gstreamer.freedesktop.org/data/pkg/osx/1.2.4.1/gstreamer-1.0-1.2.4.1-universal.pkg
Do this::
./build.sh