View previous topic :: View next topic |
Author |
Message |
citron Guest
|
Posted: Tue Apr 16, 2002 12:05 pm Post subject: kdenetwork /kmail |
|
|
I`m trying to find how to compile kmail from kdenetwork package with support for gnupg. Anybody knows the right way? Or let me know the URL adres where to find some docs, how to work with ebuild files.
thanx |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
|
Back to top |
|
|
gogo n00b
Joined: 21 Apr 2002 Posts: 2
|
Posted: Sun Apr 21, 2002 7:55 am Post subject: cvs compile |
|
|
For kde3 (of course you must have gnupg installed):
cvs co -l -r KDE_3_0_BRANCH kdenetwork
cvs co -r KDE_3_0_BRANCH kdenetwork/mimelib
cvs co -r KDE_3_0_BRANCH kdenetwork/libkdenetwork
cd kdenetwork
cvs co admin
export WANT_AUTOMAKE_1_4=1
export WANT_AUTOCONF_2_5=1
make -f Makefile.cvs
./configure
make
make install [as root]
This should work then. |
|
Back to top |
|
|
|