You can find the latest developer version in the KDE CVS,
module kdegraphics in the HEAD branch (KDE3 and Qt3).
If you have trouble or want further informations see
http://developer.kde.org/source/anoncvs.html.
To get the latest KPovModeler sources simply cd into a directory where the sources should be placed and execute the following commands:
cvs -d:pserver:anonymous@anoncvs.kde.org:/home/kde login
cvs -d:pserver:anonymous@anoncvs.kde.org:/home/kde co admin
cvs -d:pserver:anonymous@anoncvs.kde.org:/home/kde co -l kdegraphics
cvs -d:pserver:anonymous@anoncvs.kde.org:/home/kde co kdegraphics/kpovmodeler
cvs -d:pserver:anonymous@anoncvs.kde.org:/home/kde logout
cd kdegraphics
ln -s ../admin
echo kpovmodeler > inst-apps
make -f Makefile.cvs
|