[Digikam-users] KDE 4.3.0 and Digikam 10.0

Michael G. Hansen mikeml2 at pfna.de
Fri Aug 7 17:40:57 BST 2009


Benjamí Villoslada wrote:
> How I can compile it?

Make sure you have sources-lines in your /etc/apt/sources.list (take
your lines starting with "deb", duplicate them and make them start with
"deb-src") and then go to an empty directory:

as root:
# get build dependencies:
apt-get build-dep digikam

as user:
# get the sourcecode:
apt-get source digikam

#go into the digikam-... directory
# build the package (can take 30 minutes or so):
debuild -uc -us -b
cd ..

as root:
# install the packages you just created:
dpkg -i *.deb

If you run into trouble, google for a howto on building Ubuntu packages.

Good luck,

Michael



More information about the Digikam-users mailing list