Wednesday, July 14, 2010

Compiling lazarus with qt interface on debian/ubuntu

install libQt4Pas library

I have installed it on debian sid with

apt-get install libqt4pas-dev libqt4pas5

check if is installed with

ldconfig -p | grep libQt4Pas
libQt4Pas.so.5 (libc6) => /usr/lib/libQt4Pas.so.5
libQt4Pas.so (libc6) => /usr/lib/libQt4Pas.so


checkout the lazarus source code from svn
svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus
cd lazarus
make PREFIX=/opt/lazarus clean all LCL_PLATFORM=qt
make install
or ./lazarus

check the qt string in the about box


What is the next step : configure the lcl include paths to use the new dirs
and adding the sql components

No comments: