Kdenlive/Manual/Installation: Difference between revisions
m (struggling with translation tool /o\) |
(Prepared for translation - only requires final translate tags - ask when ready) |
||
Line 1: | Line 1: | ||
<languages/> | <languages /> | ||
=Install binary packages= | == Install binary packages == | ||
Multimedia packages are made available on many alternative repositories, often because of distributions restrictions on available codecs due to patents in some countries (mainly US for the moment). | Multimedia packages are made available on many alternative repositories, often because of distributions restrictions on available codecs due to patents in some countries (mainly US for the moment). | ||
Line 7: | Line 7: | ||
Everything would be perfect in a wonderful world if package builders would contribute to official distributions, and multimedia editors chose only free codecs to promote their use worldwide ;-)... So try to stick to distributions deliveries? | Everything would be perfect in a wonderful world if package builders would contribute to official distributions, and multimedia editors chose only free codecs to promote their use worldwide ;-)... So try to stick to distributions deliveries? | ||
==Debian, Ubuntu and derivatives== | === Debian, Ubuntu and derivatives === | ||
''Debian'' project ships | ''Debian'' project ships '''Kdenlive''' packages since "squeeze" (6.0) release, however to benefit from recent updates and bugfixes you might consider upgrading to a "testing" release or even "sid". | ||
''Ubuntu'' also offers | ''Ubuntu'' also offers '''Kdenlive''' since "gutsy" (7.10), but for similar reasons it could be preferable to upgrade to the latest release. | ||
In both cases a simple <code>apt-get install kdenlive</code> should then work. | In both cases a simple <code>apt-get install kdenlive</code> should then work. | ||
==Fedora, RedHat and derivatives== | === Fedora, RedHat and derivatives === | ||
RPM packages are not yet maintained in official branch, so you must go through unofficial [http://rpmfusion.org/ RPM Fusion] repository. Follow the site recommandations to make them available and end with <code>yum install kdenlive</code> | RPM packages are not yet maintained in official branch, so you must go through unofficial [http://rpmfusion.org/ RPM Fusion] repository. Follow the site recommandations to make them available and end with <code>yum install kdenlive</code> | ||
==Gentoo, Arch, BSD ports== | === Gentoo, Arch, BSD ports === | ||
Building scripts are ready for up-to-date systems, so run respectively <code>emerge kdenlive</code> or <code>pacman -S kdenlive</code> or <code>pkg_add kdenlive</code>, etc. | Building scripts are ready for up-to-date systems, so run respectively <code>emerge kdenlive</code> or <code>pacman -S kdenlive</code> or <code>pkg_add kdenlive</code>, etc. | ||
=Installing from source= | == Installing from source == | ||
If you want to test latest committed code or | If you want to test latest committed code or your personal patches, you will have to build '''Kdenlive''' (and probably '''MLT''') on your own. | ||
You can use your distribution's package building procedure to use its software management system to install/upgrade/remove the binaries and data, and eventually share your builds (and even contribute to package maintainance - refer to respective distribution manual). | You can use your distribution's package building procedure to use its software management system to install/upgrade/remove the binaries and data, and eventually share your builds (and even contribute to package maintainance - refer to the respective distribution manual). | ||
If you prefer you can build & install | If you prefer you can build & install '''Kdenlive''' to a local area (preferably not <tt>/usr</tt>, but rather <tt>/usr/local</tt> or <tt>$HOME/my_local_builds/kdenlive-last-release</tt> or similar). | ||
It is then recommanded to use the [http://www.mltframework.org/twiki/bin/view/MLT/BuildScripts#Kdenlive build script] <ref>on distributions older than ''Debian 6'' or ''Ubuntu 10.04'' and derivatives, you need to set < | It is then recommanded to use the [http://www.mltframework.org/twiki/bin/view/MLT/BuildScripts#Kdenlive build script] <ref>on distributions older than ''Debian 6'' or ''Ubuntu 10.04'' and derivatives, you need to set <code>ENABLE_SWFDEC=0</code> in the config variables of the script</ref> | ||
<references/> | <references/> |
Revision as of 16:59, 24 September 2011
Install binary packages
Multimedia packages are made available on many alternative repositories, often because of distributions restrictions on available codecs due to patents in some countries (mainly US for the moment).
Everything would be perfect in a wonderful world if package builders would contribute to official distributions, and multimedia editors chose only free codecs to promote their use worldwide ;-)... So try to stick to distributions deliveries?
Debian, Ubuntu and derivatives
Debian project ships Kdenlive packages since "squeeze" (6.0) release, however to benefit from recent updates and bugfixes you might consider upgrading to a "testing" release or even "sid".
Ubuntu also offers Kdenlive since "gutsy" (7.10), but for similar reasons it could be preferable to upgrade to the latest release.
In both cases a simple apt-get install kdenlive
should then work.
Fedora, RedHat and derivatives
RPM packages are not yet maintained in official branch, so you must go through unofficial RPM Fusion repository. Follow the site recommandations to make them available and end with yum install kdenlive
Gentoo, Arch, BSD ports
Building scripts are ready for up-to-date systems, so run respectively emerge kdenlive
or pacman -S kdenlive
or pkg_add kdenlive
, etc.
Installing from source
If you want to test latest committed code or your personal patches, you will have to build Kdenlive (and probably MLT) on your own.
You can use your distribution's package building procedure to use its software management system to install/upgrade/remove the binaries and data, and eventually share your builds (and even contribute to package maintainance - refer to the respective distribution manual).
If you prefer you can build & install Kdenlive to a local area (preferably not /usr, but rather /usr/local or $HOME/my_local_builds/kdenlive-last-release or similar). It is then recommanded to use the build script [1]
- ↑ on distributions older than Debian 6 or Ubuntu 10.04 and derivatives, you need to set
ENABLE_SWFDEC=0
in the config variables of the script