Packages are available for the following distros/platforms. If you know of a package for your platform, please feel free to mail us a link and we will add it to this page.
SUSE 9.x - SUSE RPMSSource code is available either through stable releases or through CVS.
Stable releases - akregator source codecvs -z4 -q diff -u3 -p update -dP checkout -PAfter this, you can connect the KDE anonymous CVS server using the following commands:
export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde touch ~/.cvspass cvs loginIf you get a prompt about a password, just press enter. After you have logged in, checkout a copy of akregator using the following commands:
cvs co kdepimTo compile it, just issue the following commands:
cd kdepim make -f Makefile.cvs ./configure --enable-debug=full make (as root) make install