[KPhotoAlbum] Compiling KPA from GIT guide: finding a permanent place to store it..

Andreas Neustifter andreas.neustifter at gmail.com
Wed Apr 30 22:19:03 BST 2014


Hi all,

the following script bootstraps KPA on a fresh Ubuntu 14.04 LTS
install (actually Xubuntu but should not matter). It especially makes
sure that all features are enabled. I will update the WIKI accordingly
in the next few days.

Andreas
--
+43 699 19743917  |  andreas.neustifter at gmail.com

#!/bin/bash
set -x
sudo apt-get install git build-essential
sudo apt-get build-dep kphotoalbum
sudo apt-get purge phonon-backend-null
sudo apt-get install phonon-backend-gstreamer
cd ~
git clone git://anongit.kde.org/kphotoalbum.git
cd kphotoalbum
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make
make install
sudo make install
kphotoalbum # reports missing features still
sudo apt-get install mplayer2 khelpcenter4 libqt4-sql-sqlite
kphotoalbum



More information about the Kphotoalbum mailing list