compiling qt2 win32

Ralf Habacker kde-cygwin@mail.kde.org
Wed, 5 Feb 2003 09:41:19 +0100


> > so i could dig into which programs i have installed, and which of them
> > are needed...
> cat /etc/setup/installed.db
>
which package qt needs depends on how qt is configured. Recently it is done
with:

./configure -platform
cygwin-g++ -xft -gif -system-jpeg -system-zlib -system-libpng -no-g++-exceptions
 -no-opengl

which means that jpeg, zlib and libpng is used from the cygwin distribution.


Another way is

cygcheck -c



Ralf