Thu, 12/04/2008 - 19:49 by jmpoure
Stable release
Kdenlive latest stable release can be downloaded from our SourceForge page.
Kdenlive SVN
Alternatively, you can checkout Kdenlive from SVN:
svn co https://kdenlive.svn.sourceforge.net/svnroot/kdenlive/trunk/kdenlive
You can also browse source code online.
Installing Kdenlive
Type:
mkdir build; cd build; cmake .. -DCMAKE_INSTALL_PREFIX=/usr; make
sudo make install
P.S.: to compile on FreeBSD, you must disable Jog Shuttle support by adding the following option to the cmake command: -DNO_JOGSHUTTLE:BOOL=On