English:Download:Gentoo
Kadu
Since Portage contains only 0.6.0.1 version of kadu you will need to use an overlay to install kadu 0.6.0.2. I recommend roslin overlay. It constains many useful and up to date packages including all kadu modules. If you have never used an overlay, there's a quick guide below. Firstly, you need layman to manage your overlays. To install layman just type in:
emerge -av layman
Make sure you have:
source /usr/local/portage/layman/make.conf
in your /etc/make.conf or you will not be able to install anything other than the packages in Portage tree.
Then edit /etc/layman/layman.cfg and add the following in the overlays section:
http://mlodyinteligent.pl/~lazy_bum/roslin.xml
Now add roslin to your overlays:
layman -ka roslin
Last thing you need to do is to synchronize you Portage tree with the new packages in roslin:
emerge --sync
or if you're using eix (which I personally recommend) do:
eix-sync
Now you're ready to install kadu - just type:
emerge -avt kadu
To list all the modules:
eix -c net-im/kadu
