From 704a6c280bb14bf12292d9feb74d3383565a414b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 26 Feb 2012 11:16:56 +0000 Subject: Updated installation instructions for Ubuntu. --- INSTALL | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index b7b951e..db262ab 100644 --- a/INSTALL +++ b/INSTALL @@ -1,22 +1,34 @@ Project::OSiRiON world editor - INSTALL - - You need to have Qt 4 installed. + Dependencies + + The editor depends on the Qt 4 library. + + On Ubuntu, use: + + sudo apt-get install qt-sdk + + Download the latest source code: - + svn co svn://osirion.org/osirion-editor cd osirion-editor Build - - ./configure + + By default, configure will assume Qt 4 is installed in /usr + + autoreconf && \ + ./configure && \ make - On Ubuntu, use + On Ubuntu, use: - ./configure --with-qt-includes=/usr/include/qt4 + autoreconf && \ + ./configure --with-qt-includes=/usr/include/qt4 && \ make + Run - + src/editor -- cgit v1.2.3