From: Flavio Tordini Date: Wed, 2 Sep 2009 23:05:09 +0000 (+0200) Subject: Better build instructions X-Git-Tag: 0.6~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6641d2be89af633163e635fd7b79c18ce7b4f55;p=minitube Better build instructions --- diff --git a/INSTALL b/INSTALL index 98a7e6b..a985492 100644 --- 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