From f6e0dddfc31f10c9d3ca460b96edbcd4305c161a Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Wed, 17 Sep 2014 11:27:33 +0200 Subject: [PATCH] Updated install instructions --- INSTALL | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 7a28cac..169bf90 100644 --- 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,7 +12,7 @@ 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 @@ -21,6 +21,9 @@ Beware of the Qt3 version of qmake! If things go wrong try running qmake-qt4 ins 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 -- 2.39.2