Ubuntu 9.10 u svom repozitoriju ima beta5 verziju (imam ju i instaliranu).
Sa službene stanice Digikama skinuo sam tarball sa konačnom verzijom i deinstalirao raniju verziju.
Novu verziju ne uspijevam instalirati:
a) ni po uputama sa
http://www.digikam.org/drupal/download/tarball
Kod: Označi sve
iljenko@miljenko-ubuntu-amd64:~/Downloads/digikam-1.0.0$ mkdir build
mkdir: ne mogu napraviti direktorij `build': Datoteka postoji
miljenko@miljenko-ubuntu-amd64:~/Downloads/digikam-1.0.0$ cd build
miljenko@miljenko-ubuntu-amd64:~/Downloads/digikam-1.0.0/build$ cmake -DCMAKE_BUILD_TYPE=relwithdebinfo -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/miljenko/.kde/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:56 (FIND_PACKAGE)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
miljenko@miljenko-ubuntu-amd64:~/Downloads/digikam-1.0.0/build$ make
make: *** Nijedna meta nije navedena, niti je ijedan makefile pronađen. Zaustavi.
miljenko@miljenko-ubuntu-amd64:~/Downloads/digikam-1.0.0/build$ cmake -DCMAKE_BUILD_TYPE=relwithdebinfo -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/miljenko/.kde/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:56 (FIND_PACKAGE)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
miljenko@miljenko-ubuntu-amd64:~/Downloads/digikam-1.0.0/build$
b) ni sa ./configure, make, sudo make install: na ./configure dobivam odgovor "nema takve datoteke ili direktorija.
Može neki znalac terminala dati detaljnije upute (kod) koji radi, jer od izlaska verzije 1.0.0. (21.12.) do danas nisam na forumima našao rješenje?