English:Download:Debian
Z Kadu
|
Kadu for Debian GNU/LinuxInstallationTo install Kadu:
# apt-get install kadu
Binary packagesDebian experimentalThe experimental repository does not contain any Kadu packages now. Debian Sid (unstable)Repository of the unstable branch of Debian contains packages with version 0.11.0 of Kadu. Debian 7.0 Wheezy (testing)Repository of the testing branch of Debian contains packages with 0.10.1 version of Kadu. Debian 6.0 Squeeze (stable)Repository of the stable branch of Debian contains packages with 0.6.5.4 version of Kadu. Debian 5.0 Lenny (oldstable)Repository of the old stable branch of Debian contains packages with 0.6.0.2 version of Kadu.
Package sourcesIf you want to look at package sources and/or compile them yourself, you have to: Make a new directory for the sources: $ mkdir ~/kadu-build $ cd ~/kadu-build Download the sources: $ apt-get source kadu 3 files will be downloaded: File kadu_<version>.orig.tar.gz will be unpacked in current directory. If you want to create .deb files yourself, ensure you have dpkg-dev and fakeroot packages installed: # apt-get install dpkg-dev fakeroot Ensure you have all dependencies needed to build Kadu:: # apt-get build-dep kadu Build your packages: $ cd kadu-<version> $ dpkg-buildpackage -us -uc -rfakeroot
PackagerPackager: Prezu If you have found any bugs in the packages, please inform me. I will fix it as soon as I can.
|