From d6641d2be89af633163e635fd7b79c18ce7b4f55 Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Thu, 3 Sep 2009 01:05:09 +0200 Subject: [PATCH] Better build instructions --- INSTALL | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) 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 -- 2.39.5