]> git.sur5r.net Git - minitube/blobdiff - INSTALL
Minor fix to signature stuff
[minitube] / INSTALL
diff --git a/INSTALL b/INSTALL
index 98a7e6b7683ab6b360129bd2b5e72ed3bb23bbbe..7a28cac9080085d9a3a25fae794e5acf2db586a7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,26 +1,33 @@
-* Prerequisites
+# Build instructions
 
-To compile Minitube you need Qt4 installed.
+## 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 just type:
-sudo apt-get install build-essential qt4-dev-tools
+On a Debian or Ubuntu system type:
+sudo apt-get install build-essential qt4-dev-tools libphonon-dev
 
-On Windows and Mac get Qt4 from:
-http://trolltech.com/developer/downloads/qt/
+## Compiling
+Run:
+    $ qmake
+and then:
+    $ make
+Beware of the Qt3 version of qmake! If things go wrong try running qmake-qt4 instead.
 
-* Compiling
-Compilig on Linux is fairly easy. Just run:
-$ qmake
-and then
-$ make
-
-* Running
+## 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.
 
-Legal Stuff
+## Installing on Linux
+Run:
+    $ sudo make install
+This is for packagers. End users should not install applications in this way.
 
-Copyright (C) 2009  Flavio Tordini
+## 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