<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/3/19 Rasmus K. Rendsvig <span dir="ltr"><<a href="mailto:rendsvig@gmail.com" target="_blank">rendsvig@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I apologize for asking a lazy question, as I am sure I could find an answer by searching. I'm getting tired now, and I hope someone "just knows". Guidance will be much appreciated.<div><br></div><div>I have made a clean install of Kubuntu and upgraded to KDE 4.10 following this guide [1]. I did this to install digiKam 3.1.</div>



<div><br></div><div>I realize that I have to compile the version I have downloaded, but this is where it gets a little tricky for me, as I have not done so before. Basically, I would prefer to not load a lot of packages into my nice, clean new system (the harddisk is small) by doing this wrong or by doing stuff I don't have to. I must admit that I am a little confused.</div>



<div><br></div><div>First, regarding dependencies, the digiKam and Kipi READMEs [2] list 17 packages (lines 89-101 and 60-71) that seem non-optional, whereas apt-get build-dep digikam lists a far longer list, requiring 531 MB.</div>



<div>What is the minimal I can get away with?</div></blockquote><div><br></div><div style>You must resolve dependencies as explained in README </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><br></div><div>Second, when it comes to compiling, do I then simply cd to the directory where I have downloaded the tarball and issue</div><div><br></div><div># export VERBOSE=1</div>

<div><div># export QTDIR=/usr/lib/qt4</div><div># export PATH=$QTDIR/bin:$PATH</div><div># cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`</div></div></blockquote><div><br></div><div style>This is the pre-build configuration. If you have dependencies errors here the rest cannot be done. Check well all messages printed and add missing packages</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div># make</div></div></blockquote><div><br></div><div style>this is the compilation process</div><div>

 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div># sudo make install</div></div></blockquote><div><br></div><div style>This is the install process on the system.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br></div><div>

as suggested by the README and then that's it? It will be properly installed under Kubuntu and all I have to do is to delete the tarball and then I'm done?</div></blockquote><div><br></div><div style>yes it can be.</div>

<div style><br></div><div style>Gilles Caulier</div></div></div></div>