]> git.sur5r.net Git - minitube/commitdiff
Better instructions
authorFlavio Tordini <flavio.tordini@gmail.com>
Sun, 25 Oct 2009 22:31:09 +0000 (23:31 +0100)
committerFlavio Tordini <flavio.tordini@gmail.com>
Sun, 25 Oct 2009 22:31:09 +0000 (23:31 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index a98549275b628a3a1a0f6ada829a15a181d1c17d..a6db61fee694cae6ee50eb7d054a8c35c88551d1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@
 To compile Minitube you need Qt >= 4.5 installed.
 
 On a Debian or Ubuntu system just type:
-    sudo apt-get install build-essential qt4-dev-tools
+    sudo apt-get install build-essential qt4-dev-tools libphonon-dev
 
 Windows and Mac users can get the Qt libraries from:
 http://qt.nokia.com/downloads
@@ -27,10 +27,8 @@ Just type:
 ## The visual way
 
 There is also a visual way to build and run Qt apps.
-Download the Qt SDK from:
-http://qt.nokia.com/downloads
-And then open `minitube.pro` with Qt Creator.
-
+Download the Qt SDK from: http://qt.nokia.com/downloads
+Open `minitube.pro` with Qt Creator and use the Run (big green "play" icon) command.
 
 ## Legal Stuff