~ubuntu-branches/ubuntu/quantal/minitube/quantal

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
# Build instructions

## Prerequisites
To compile Minitube you need at least Qt 4.5, Qt >= 4.6 is recommended.
The following Qt modules are needed: core, gui, network, xml, phonon, dbus

On a Debian or Ubuntu system type:
sudo apt-get install build-essential qt4-dev-tools libphonon-dev

## Compiling
Run:
    $ qmake
and then:
    $ make
Beware of the Qt3 version of qmake! If things go wrong try running qmake-qt4 instead.

## Running
./build/target/minitube

## A word about Phonon on Linux
To be able to actually watch videos you need a working Phonon setup.
Please don't contact me about this, ask for help on your distribution support channels.

## Installing on Linux
Run:
    $ sudo make install
This is for packagers. End users should not install applications in this way.

## Legal Stuff
Copyright (C) Flavio Tordini

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.