[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Freecycle-users] Quick note about compiling
From: |
Predrag Viceic |
Subject: |
[Freecycle-users] Quick note about compiling |
Date: |
Tue, 7 Aug 2007 16:32:59 +0200 |
User-agent: |
KMail/1.9.7 |
Hi again,
The easiest way to compile Freecycle (which is a Qt3 app) in an environment
which contains both qt3 and qt4 (OpenSuSE 10.2 comes to mind as an example..)
you should:
export PATH=/usr/lib/qt3/bin/:$PATH
export QTDIR=/usr/lib/qt3/
make clean
rm src/Makefile
rm Makefile
qmake
make
Cheers,
Predrag
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freecycle-users] Quick note about compiling,
Predrag Viceic <=