Dobrica Pavlinušić's random unstructured stuff
kdenlive: Revision 2
My page with hints about usage of "Kdenlive"<http://www.kdenlive.org/>

{toc: }

^ Installation

There is binary package availabe, add following to `/etc/apt/sources.list`

.pre
deb http://www.debian-multimedia.org unstable main
.pre

You will have use for this line, even if installing from source (as described below) because it contains also development libraries needed for compilation.

^^ Prerequisits

.pre
sudo apt-get libqt3-mt-psql libmlt-dev libmlt++-dev
.pre

^^ Compilation

.pre
svn co https://kdenlive.svn.sourceforge.net/svnroot/kdenlive/trunk/kdenlive
cd kdenlive
./bootstrap
./configure --with-qt-dir=/usr/share/qt3/
.pre