Hi.
Keep the exiv folder. The digikam/kipi-plugins and kexiv folders should be safe to delete. Gert 2010/12/20 Jörg Albrecht <[hidden email]>: > I "think" that I'm picking up bits 'n' pieces of knowledge here and slowly > expanding my knowledge. With this in mind, it seems that the script so > kindly provided by Gert doesn't address the reason why I find myself in this > very unfamiliar territory: The necessary exiv2 update. Or, does it? > > If it doesn't, please have mercy on me. Perhaps someone can let me know > exactly what else (and "where" in relation to the existing script) I need to > enter into Terminal. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I am SO SORRY for needing such basic assistance but, I'm completely out of my element. Thanks for your understanding... I followed Gert's instructions: Yes, You need to build the exiv2 first: (and You can replace -DCMAKE_INSTALL_PREFIX=/usr/local with -DCMAKE_INSTALL_PREFIX=/usr) (copy'n'paste from http://www.digikam.org/drupal/download/SvnAlongStable) svn checkout <A HREF="svn://dev.exiv2.org/svn/trunk">svn://dev.exiv2.org/svn/trunk exiv2 cd exiv2 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/local .. make sudo make install I ended up with the following: ... Checked out revision 2408. heviiguy@hevii-NtBk-2:~$ cd exiv2 heviiguy@hevii-NtBk-2:~/exiv2$ mkdir build heviiguy@hevii-NtBk-2:~/exiv2$ cd build heviiguy@hevii-NtBk-2:~/exiv2/build$ cmake -DCMAKE_BUILD_TYPE=debugfull- CMake Error: The source directory "/home/heviiguy/exiv2/build" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. heviiguy@hevii-NtBk-2:~/exiv2/build$ cmake -DCMAKE_BUILD_TYPE=debugfull CMake Error: The source directory "/home/heviiguy/exiv2/build" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. heviiguy@hevii-NtBk-2:~/exiv2/build$ ~ Yes, I can see that I don't have cMakeLists.txt. However, where do I get this single file and where do I put it now that I'm apparently replacing -DCMAKE_INSTALL_PREFIX=/usr/local with -DCMAKE_INSTALL_PREFIX=/usr Do I need to "patch" this as well? If so, how and where? Indeed, although I'm learning (as you can tell by my questions, right?), I still need help every step of the way. I appreciate everybody's gracious assistance but please don't assume that if you leave something incredibly basic out, I'll be able to add it. I'm like a passenger on an aircraft who has had no choice but to jump into the pilot's seat after the latter has keeled over. I need to be told every minutae of the process by somebody on the ground so that I can safely land this puppy. On Mon, 2010-12-20 at 16:50 +0200, Gert Kello wrote: Hi. Keep the exiv folder. The digikam/kipi-plugins and kexiv folders should be safe to delete. Gert 2010/12/20 Jörg Albrecht <[hidden email]>: > I "think" that I'm picking up bits 'n' pieces of knowledge here and slowly > expanding my knowledge. With this in mind, it seems that the script so > kindly provided by Gert doesn't address the reason why I find myself in this > very unfamiliar territory: The necessary exiv2 update. Or, does it? > > If it doesn't, please have mercy on me. Perhaps someone can let me know > exactly what else (and "where" in relation to the existing script) I need to > enter into Terminal. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Mon, 2010-12-20 at 11:37 -0600, Hevï Guy wrote:
I'm like a passenger on an aircraft who has had no choice but to jump into the pilot's seat after the latter has keeled over. I need to be told every minutae of the process by somebody on the ground so that I can safely land this puppy.And, I'm sure that there are many other passengers on this aircraft (equally incompetent to fly an Airbus) who also have a very high interest in somebody's ability to guide us all back down to Terra Firma with me at the yoke _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by J Albrecht
Hi
The two dots (..) at the line end are required. > I am SO SORRY for needing such basic assistance but, I'm completely out of > my element. Thanks for your understanding... > > I followed Gert's instructions: > > Yes, You need to build the exiv2 first: (and You can replace > -DCMAKE_INSTALL_PREFIX=/usr/local with -DCMAKE_INSTALL_PREFIX=/usr) > (copy'n'paste from http://www.digikam.org/drupal/download/SvnAlongStable) > > > svn checkout svn://dev.exiv2.org/svn/trunk exiv2 > cd exiv2 > mkdir build > cd build > cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/local .. > make > sudo make install > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |