[fpc-pascal] GTK2 Lazarus Project, but I want QT.

Den Jean Den.Jean at telenet.be
Thu Jun 21 11:45:46 CEST 2007


On Thursday 21 June 2007 11:32:56 am Felipe Monteiro de Carvalho wrote:
> I am trying here, but it's hard to install qt 4.3 on my Mandriva ... I
> found some pre-compiled packages, but they require that I update my
> glibc (and I am definetively not doing that, it's easier to reinstall
> the entire os)

Linux:
download from trolltech Qt 4.3 source.
compile and install. By far the easiest.
The compile options are important.
The default compile options do not even add Font AA.

mine was configured with: 
./configure -prefix /usr -opengl -xrender -xcursor -xrandr

for Mandriva 2007 Spring do 
urpmi libxrender1-devel libxcursor1-devel libxrandr2-devel libxinerama1 
libxinerama1-devel libmesagl1-devel libmesaglu1-devel
to have all the required files for compilation.


Windows:
download and install from trolltech.
do not forget to set environment variable of Qt


regards,

Den Jean






More information about the fpc-pascal mailing list