Thank you for making this amazing suite!!!! There is nothing like it in linux and it actually makes KDE useable for photo professionals and enthusiasts.<br><br>I'll start off with the disclaimer that I am complete neophyte and have just spent hours in order to compile version 1.1 (yes, I was very motivated to have version 1.1 and wanted to demystify compiling for myself). I just wanted to put on the list-serv my experiences as newbie for the benefit of other beginners. I also hope that the developers can take these observations that may not come to the mind of the more experienced and use them to improve the compiling instructions in the readme file. <br>

<br><b style="">Before we begin, I just want to point the developers to a small error in the source code which stopped it from compiling for me:</b><br><br>in the file editorwindow.h, it points the document previewtoolbar.h ( #include "previewtoolbar.h" ) but previewtoolbar.h is not included in the same directory as editorwindow.h and was thus not found by the compiler (this is solved by puting a copy of previewtoolbar.h in the same directory as editorwindow.h)<br>

<br><b>==================<br>Observations:<br>=======</b><br><br>First thing that wasn't clear to me, due to lack of experience, was that when dependencies were listed in the readme file, it's not enough to put the main libraries for compilation. You need to add the develloper libraries as well (for example libkipi and libkipi-dev).<br>

================<br><br>Second, I also kept getting an error in cmake that <b>FindKDE4Internal.cmake </b>was missing. After scouring the web forums, I was able to install a package that informs you what application/libraries are files such as <b>FindKDE4Internal.cmake </b>part of:<br>

<br># sudo apt-get install apt-file<br># apt-file search <b>FindKDE4Internal.cmake<br></b><br>which told me that I was missing <b>kdelibs5-dev </b>(maybe this library should be added to list of dependencies)<br>=====================<br>

<br>Finally, the readme file is missing the line: <br># make install<br>after the "# make" line. This, again, is not obvious to newbies.<br> <br><br>Well, I thank you all very much for your work and keep up this wonderful development.<br>

<br>Fadi<br><br><br><br><br>