[Kde-perl] How to build CVS sources?

Germain Garand germain at ebooksfrance.org
Tue Jan 27 04:10:14 CET 2004


Le Lundi 26 Janvier 2004 23:39, Richard Evans a écrit :
> Could anyone quickly tell me what I need to do to build the CVS version of
> PQt?
>
> I've not used autoconf and automake before, so I'm flapping around a bit!
>
> Cheers

you need a mildly recent automake/autoconf

$ export CVSROOT=":pserver:anonymous at cvs.sourceforge.net:/cvsroot/perlqt"
$ cvs co PerlQt-3
$ cd PerlQt-3
$ make -f Makefile.cvs
$ perl Makefile.PL
$ make
# make install

for a Qt+KDE build, add --with-smoke=kde (this will probably change)




More information about the Kde-perl mailing list