]> git.sur5r.net Git - minitube/commitdiff
Better build instructions
authorFlavio Tordini <flavio.tordini@gmail.com>
Wed, 2 Sep 2009 23:05:09 +0000 (01:05 +0200)
committerFlavio Tordini <flavio.tordini@gmail.com>
Wed, 2 Sep 2009 23:05:09 +0000 (01:05 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 98a7e6b7683ab6b360129bd2b5e72ed3bb23bbbe..a98549275b628a3a1a0f6ada829a15a181d1c17d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,24 +1,38 @@
-* Prerequisites
+# Build instructions
 
-To compile Minitube you need Qt4 installed.
+## Prerequisites
+
+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
+
+Windows and Mac users can get the Qt libraries from:
+http://qt.nokia.com/downloads
 
-On Windows and Mac get Qt4 from:
-http://trolltech.com/developer/downloads/qt/
+## Compiling
 
-* Compiling
-Compilig on Linux is fairly easy. Just run:
-$ qmake
+Compiling on Linux is fairly easy. Just run:
+    qmake
 and then
-$ make
+    make
+
+Beware of the Qt3 version of qmake! If things go wrong try running qmake-qt4 instead.
+
+## Running
+
+Just type:
+    ./build/target/minitube
+
+## The visual way
 
-* Running
-./build/target/minitube
+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.
 
 
-Legal Stuff
+## Legal Stuff
 
 Copyright (C) 2009  Flavio Tordini