From 06d99dea1107df4244cd85ffb854dce6712e2b5c Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 20 Dec 2007 08:18:09 +0000 Subject: [PATCH] --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 845fe867..fb2ed072 100644 --- a/INSTALL +++ b/INSTALL @@ -20,7 +20,7 @@ Basic Installation Linux: - 1. Type "cd path/to/the/sources". Then do for example "/usr/qt/4/bin/qmake" to configure the makefile for your system. + 1. Type "cd path/to/the/sources". Then do for example "/usr/qt/4/bin/qmake pokerth.pro" 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"