]> git.sur5r.net Git - minitube/blob - INSTALL
Fixed toggling of loading and video widgets
[minitube] / INSTALL
1 * Prerequisites
2
3 To compile Minitube you need Qt4 installed.
4
5 On a Debian or Ubuntu system just type:
6 sudo apt-get install build-essential qt4-dev-tools
7
8 On Windows and Mac get Qt4 from:
9 http://trolltech.com/developer/downloads/qt/
10
11 * Compiling
12 Compilig on Linux is fairly easy. Just run:
13 $ qmake
14 and then
15 $ make
16
17 * Running
18 ./build/target/minitube
19
20
21 Legal Stuff
22
23 Copyright (C) 2009  Flavio Tordini
24
25 This program is free software: you can redistribute it and/or modify
26 it under the terms of the GNU General Public License as published by
27 the Free Software Foundation, either version 3 of the License, or
28 (at your option) any later version.
29
30 This program is distributed in the hope that it will be useful,
31 but WITHOUT ANY WARRANTY; without even the implied warranty of
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33 GNU General Public License for more details.
34
35 You should have received a copy of the GNU General Public License
36 along with this program.  If not, see <http://www.gnu.org/licenses/>.