<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yes please.<br>
Op 24-08-11 17:34, Gilles Caulier schreef:
<blockquote
cite="mid:CAHFG6sH+v58yMFQg1wADjvZEZyxc2M5BfpUPgjyb5R9aHHrvOw@mail.gmail.com"
type="cite">I can create a digiKam.org account to create and
maintain a page with this content, if you want.
<div><br>
</div>
<div>Let's me hear</div>
<div><br>
</div>
<div>Gilles Caulier<br>
<br>
<div class="gmail_quote">2011/8/24 sleepless <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:sleeplessregulus@hetnet.nl">sleeplessregulus@hetnet.nl</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">If someone knows of a nice place within
the structure of <a moz-do-not-send="true"
href="http://digikam.org" target="_blank">digikam.org</a>
where I can keep it updated and easy findable and accesible,
I would like to hear about it.<br>
Rinus<br>
<br>
Op 24-08-11 16:13, sleepless schreef:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div>
<div class="h5">
<br>
##########################################################<br>
START DOWNLOADING TARBALL<br>
##########################################################<br>
<br>
Here is your tarball (compressed archive of source
code<br>
from the latest official released version)<br>
<a moz-do-not-send="true"
href="http://sourceforge.net/projects/digikam/files/digikam"
target="_blank">http://sourceforge.net/projects/digikam/files/digikam</a><br>
<br>
<br>
If it´s downloaded, extract it your user dir
(somthing like<br>
home/my_user_dir)<br>
<br>
Open a terminal window and go to the place where the
software<br>
has been extracted. (let´s assume it has been
extracted to<br>
home/my_user_dir/digikam-software-compilation)<br>
If you type pwd at the prompt, you will see where you
are,<br>
probably in home/my_user_dir<br>
type cd digikam-software-compilation<br>
<br>
NOTA BENE: Go from here to the start building section<br>
<br>
##########################################################<br>
START DOWNLOADING GIT<br>
##########################################################<br>
From git you get the latest source code currently
worked on<br>
by the programmers. Although you have latest updates
and<br>
bugfixes, you may also have a newly introduced bug, in
fact<br>
it is for testing purposes, not officially released
yet.<br>
<br>
If git is not already installed, install git:<br>
install from synaptec or:<br>
open console<br>
type:<br>
sudo apt-get install git<br>
<br>
To get the source code on your computer:<br>
cd ~ : to go to your home dir<br>
¨git clone git://<a moz-do-not-send="true"
href="http://anongit.kde.org/digikam-software-compilation"
target="_blank">anongit.kde.org/digikam-software-compilation</a><br>
digikam-software-compilation¨<br>
<br>
Now you havw a directory digikam-software-compilation<br>
go there<br>
cd digikam-software-compilation<br>
<br>
if you type:<br>
ls<br>
you will see in this dir a document called
¨download-repos¨,<br>
this is a runnable PERL script.<br>
<br>
If perl not already is installed, install it from
synaptec<br>
or command line.<br>
<br>
Now type:<br>
sudo perl download-repos<br>
Now the git is cloned to your local dir:<br>
/home/¨your_user_dir¨/digikam-software-compilation<br>
<br>
wait while downloading<br>
<br>
<br>
<br>
##########################################################<br>
START BUILDING<br>
##########################################################<br>
<br>
<br>
now make a directory to put your build files in<br>
type mkdir build<br>
go there by typing:<br>
cd build<br>
<br>
if you do pwd (present working directory)<br>
you see somthing like<br>
/home/my_user_dir/digikam-software-compilation/build<br>
<br>
Make sure the(pre)compiler is installed named ¨gcc¨
and<br>
¨cpp¨ the same for ¨make¨ and ¨cmake¨. You can install
it<br>
from package manager like synaptec or from command
line.<br>
<br>
If cmake is not installed, now type:<br>
sudo apt-get install cmake<br>
Now let cmake do it´s work<br>
cmake -DCMAKE_BUILD_TYPE=debugfull
-DCMAKE_INSTALL_PREFIX=<br>
`kde4-config --prefix` ..<br>
(mind the ¨space dot dot¨ at the end) and make sure
NOT to<br>
use ¨sudo¨ in front of ¨cmake¨.<br>
<br>
<br>
Most likely it will complain about missing stuff.
like<br>
libkexiv2-dev, libkipi-dev, libkdcraw-dev, etc.<br>
Try to install it from synaptic or in any other way
and<br>
retry cmake untill succesful.<br>
<br>
<br>
If all went successful<br>
now run:<br>
make<br>
<br>
if done run:<br>
sudo make install<br>
################################################################################
<br>
DONE!<br>
################################################################################
<br>
</div>
</div>
_______________________________________________<br>
Digikam-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Digikam-users@kde.org" target="_blank">Digikam-users@kde.org</a><br>
<a moz-do-not-send="true"
href="https://mail.kde.org/mailman/listinfo/digikam-users"
target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
<br>
</blockquote>
<br>
_______________________________________________<br>
Digikam-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Digikam-users@kde.org" target="_blank">Digikam-users@kde.org</a><br>
<a moz-do-not-send="true"
href="https://mail.kde.org/mailman/listinfo/digikam-users"
target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
</blockquote>
</div>
<br>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Digikam-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/digikam-users">https://mail.kde.org/mailman/listinfo/digikam-users</a>
</pre>
</blockquote>
<br>
</body>
</html>