Kdenlive/Manual/Installation/ru: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Created page with "См. так же [http://kdenlive.org/downloading-and-installing-kdenlive Kdenlive homepage]")
Line 46: Line 46:
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>
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>


See also [http://kdenlive.org/downloading-and-installing-kdenlive Kdenlive homepage]
См. так же  [http://kdenlive.org/downloading-and-installing-kdenlive Kdenlive homepage]


<references/>
<references/>

Revision as of 11:57, 29 January 2013

Установка

Установка бинарных пакетов

Мультимедийные пакеты доступны во многих альтернативных хранилищах , в основном из-за определенных ограничений на доступные кодеки, в связи с патентами в ряде стран (в основном США на данный момент).

Всё в мире было бы прекрасно, если бы пакеты были от производителей официальных дистрибутивов, и мультимедийные редакторы выбирали только бесплатные кодеки для содействия их использованию во всём мире ... So try to stick to distributions deliveries?

Debian, Ubuntu и производные

Debian проект содержит Kdenlive пакеты "squeeze" (6.0) релиза, однако чтобы воспользоваться преимуществами обновлений и исправлений, вы можете рассмотреть переход на "testing" релиз или даже "sid".

Ubuntu так же предлагает Kdenlive с "gutsy" (7.10), но по тем же причинам может быть предпочтительнее обновление до последней версии.

В обеих случаях просто apt-get install kdenlive должно работать.

Fedora, RedHat и производные

RPM пакеты ещё не поддерживаются официально , но вы можете использовать неофициальные репозитарии, такие как RPM Fusion или packman. Следуйте рекомендациям сайтов как сделать их доступными и используйте yum install kdenlive

Gentoo, Arch, BSD порты

Скрипты сборки, готовы для up-to-date systems, так что запускайте emerge kdenlive или pacman -S kdenlive или pkg_add kdenlive, и т.д.

Windows

Версии Kdenlive для Windows ещё не существует. Тем не менее, вы можете использовать некоторые "живые" (Live)Linux дистрибутивы для запуска Kdenlive в Windows. Некоторые советы можно найти на этой странице.

MacOS

'Kdenlive и 'MLT можно скомпилировать и запустить под Mac OS X. Пакеты доступны из проекта MacPorts .

MacPorts is a source-based system - there is not a binary app bundle for Kdenlive. Therefore, Kdenlive and all of its numerous dependencies including multimedia libraries, KDE, and Qt must be compiled. This can take a long time and much disk space! Furthermore, it is not unusual for something not to build correctly; it is definitely not something for the novice, impatient, or "faint of heart."

Для получения дополнительной информации см. здесь

Установка из исходных кодов

Если вы желаете проверить совершенство последних кодов или ваши личные исправления, вам придется собрать Kdenlive (и вероятно MLT) самим.

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]

См. так же Kdenlive homepage

  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