From 195fe6608a705fbdb82024536630882f409532fa Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 11 Nov 2007 14:06:25 +0000 Subject: [PATCH] --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 649e21c5..845fe867 100644 --- a/INSTALL +++ b/INSTALL @@ -20,7 +20,7 @@ Basic Installation Linux: - 1. Type "cd path/to/the/sources". Then do "qmake" to configure the makefile for your system. + 1. Type "cd path/to/the/sources". Then do for example "/usr/qt/4/bin/qmake" to configure the makefile for your system. Pay attention that the QTDIR environment varialbe points to Qt4 not Qt3. For example QTDIR=/usr/qt/4. You can set this variable typing: "export QTDIR=/usr/qt/4"