]> git.sur5r.net Git - minitube/blobdiff - INSTALL
Merge tag 'upstream/2.3'
[minitube] / INSTALL
diff --git a/INSTALL b/INSTALL
index 8bfa30d9428ded4d65931632552b28f5f06a5d93..169bf90fe7f42a0dd9585d4bbdb043c9ca069183 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@
 
 ## 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
+The following Qt modules are needed: core, gui, network, sql, script, xml, dbus, phonon
 
 On a Debian or Ubuntu system type:
 sudo apt-get install build-essential qt4-dev-tools libphonon-dev
@@ -12,22 +12,25 @@ Run:
     $ qmake
 and then:
     $ make
-Beware of the Qt3 version of qmake! If things go wrong try running qmake-qt4 instead.
+Beware of the Qt3 or Qt5 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 listen to music you need a working Phonon setup.
+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.
 
+These days Minitube is tested with the VLC backend only.
+Please don't report bugs with other backends as they're not supported.
+
 ## Installing on Linux
 Run:
     $ sudo make install
 This is for packagers. End users should not install applications in this way.
 
 ## Legal Stuff
-Copyright (C) 2009-2010 Flavio Tordini
+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