[Digikam-users] try to give a try to 3.5 and 4.0 but... count 0

Julien T julien.t43 at gmail.com
Mon Feb 10 12:37:27 GMT 2014


My build process is pretty straightforward and the following:

>>>
#!/bin/sh
##    build digikam from source on linux/debian/ubuntu to /usr/local
## http://www.digikam.org/node/621

export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
umask 022

work_dir=/opt/tmp/${0##*/}
work_dir=${work_dir%.sh}

## remove "official" one
sudo apt-get purge digikam digikam-data kipi-plugins kipi-plugins-common
sudo apt-get autoremove

## deps
sudo apt-get install git perl
# libkexiv2-dev libkipi-dev libkdcraw-dev
sudo apt-get -y build-dep digikam kipi-plugins

[ ! -d $work_dir ] && mkdir $work_dir
cd $work_dir

if [ ! -d digikam-software-compilation ]; then
    git clone git://anongit.kde.org/digikam-software-compilationdigikam-software-compilation
else
    cd digikam-software-compilation && perl gits pull && cd ..
fi
cd digikam-software-compilation
perl download-repos

[ ! -d build ] && mkdir build
cd build && \
    cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/local ..
&& make
#    cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config
--prefix` .. && make

#make install
#make uninstall

<<<

Julien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20140210/99767cad/attachment.html>


More information about the Digikam-users mailing list