KGPG home page
|
Downloading Kgpg:
KGpg 1.1 is in the kdeutils package of KDE 3.2.
You can download it from kde.org
Old version(source file): kgpg-1.0.0.tar.gz (signature)
Current developpement version can be browsed on CVS
here.
To download & install the cvs version:
First, make sure you have installed the developpement package for KDE and QT : kdelibs-devel, qt3-devel, and maybe libart_lgpl-devel. Then follow the instructions:
export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde
cvs login (press enter when prompted for a password)
cvs co -l kdeutils
cvs co kdeutils/kgpg
cvs co kde-common/admin
------------------
if you want to get the documentation as well:
cvs co -l kdeutils/doc
cvs co kdeutils/doc/kgpg
------------------
cd kdeutils
ln -s ./../kde-common/admin admin
make -f Makefile.cvs
./configure
make
su -c 'make install'