个人工具

UbuntuHelp:KdenliveSVN

来自Ubuntu中文

Wikibot讨论 | 贡献2008年10月19日 (日) 12:35的版本 (新页面: {{From|https://help.ubuntu.com/community/KdenliveSVN}} {{Languages|UbuntuHelp:KdenliveSVN}} How to install the new version of kdenlive from svn. The new version (0.7) is developed for KDE...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

How to install the new version of kdenlive from svn. The new version (0.7) is developed for KDE4 and not for KDE3.

How to install

1) Add a repo to your sources.list `echo deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main | sudo tee -a /etc/apt/sources.list` 2) Get a load of extra packages `sudo apt-get update && sudo apt-get install gtk-qt-engine-kde4 bzip2 kdebase kommander subversion g++ cmake pkg-config kdelibs5-dev libsdl1.2-dev libxml2-dev` 3) Make a new directory `mkdir kdenlive` 4) Move into the new directory `cd kdenlive` 5) Download the script `wget http://www.kde-apps.org/CONTENT/content-files/85826-kdenlive_builder_wizard.kmdr.bz2` 6) Extract, rename and make executable the script `bunzip2 85826-kdenlive_builder_wizard.kmdr.bz2 && mv 85826-kdenlive_builder_wizard.kmdr kdenlive_builder_wizard.kmdr && chmod +x kdenlive_builder_wizard.kmdr 7) Sort out a path by typing: `export PATH=$PATH:/usr/lib/kde4/bin` 8) Run the script `kmdr-executor kdenlive_builder_wizard.kmdr` 9) follow the instructions on-screen. Press "Cancel" after success. 10) In file browser (nautilus) navigate to the /kdenlive directory which you created in step 3 11) click "kdenlive_start" and you are in business. 12) Use alacarte (`sudo apt-get install alacarte`) to add ~/yourpath/kdenlive/kdenlive_start to your menu.


This script was written by Mads Dydensborg and offical documentation is here: http://www.kde-apps.org/content/show.php/Kdenlive+Builder+Wizard?content=85826