<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Arial">Hi all:<br>
      <br>
      I'm trying to compile Digikam 5 beta from git and I got the
      following error:<br>
      <br>
      CMake Error at cmake/modules/MacroLocalLibs.cmake:13
      (find_package):<br>
        Could not find a package configuration file provided by
      "KF5Kipi"<br>
        (requested version 5.0.0) with any of the following names:<br>
      <br>
          KF5KipiConfig.cmake<br>
          kf5kipi-config.cmake<br>
      <br>
        Add the installation prefix of "KF5Kipi" to CMAKE_PREFIX_PATH or
      set<br>
        "KF5Kipi_DIR" to a directory containing one of the above files. 
      If<br>
        "KF5Kipi" provides a separate development package or SDK, be
      sure it has<br>
        been installed.<br>
      Call Stack (most recent call first):<br>
        CMakeLists.txt:207 (DETECT_LIBKIPI)<br>
      <br>
      It seems I have to compile libkipi<br>
      I've checked the git repository with: git clone
      git://anongit.kde.org/libkipi<br>
      <br>
      And I'm trying to compile and install with:<br>
      <br>
      cmake . -DCMAKE_BUILD_TYPE=debug
      -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`<br>
      <br>
      I then get:<br>
      <br>
      cmake . -DCMAKE_BUILD_TYPE=debug
      -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`<br>
      Re-run cmake no build system arguments<br>
      --
----------------------------------------------------------------------------------<br>
      -- Starting CMake configuration for: libkipi<br>
      <br>
      -- <br>
      -- The following REQUIRED packages have been found:<br>
      <br>
       * ECM (required version >= 1.1.0)<br>
       * Qt5Core<br>
       * Qt5Widgets<br>
       * Qt5Gui<br>
       * Qt5 (required version >= 5.2.0)<br>
       * Gettext<br>
       * PythonInterp<br>
       * KF5I18n<br>
       * KF5Config<br>
       * KF5XmlGui<br>
       * KF5Service<br>
       * KF5<br>
      <br>
      -- Configuring done<br>
      -- Generating done<br>
      -- Build files have been written to: /home/XXXXX/Temp/libkipi<br>
      <br>
      How to proceed now? Do I need to run make ou make install?<br>
      <br>
      Any help is most welcomed.<br>
      <br>
      All the best:<br>
      <br>
      Pedro Neves<br>
      <br>
      <br>
    </font>
  </body>
</html>