Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
f63e303a
Commit
f63e303a
authored
May 01, 2020
by
Simon Eugster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build instructions and add Ubuntu 20.04
parent
c04f700a
Pipeline
#19293
passed with stage
in 9 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
12 deletions
+20
-12
dev-docs/build.md
dev-docs/build.md
+20
-12
No files found.
dev-docs/build.md
View file @
f63e303a
...
...
@@ -18,7 +18,7 @@ Kdenlive usually requires the latest versions of MLT. MLT depends on frei0r,
and on Ubuntu frei0r needs to be built as well as there is no
`frei0r-plugins-dev`
package.
First, install the requirements. For Ubuntu 19.10, the required packages are:
First, install the requirements. For Ubuntu
20.04 and
19.10, the required packages are:
```
bash
# Basic packages
...
...
@@ -28,20 +28,20 @@ sudo apt install git build-essential cmake cmake-extras pkg-config
sudo
apt
install
libopencv-dev libcairo-dev libgavl-dev
# MLT
sudo
apt
install
libavformat-dev libsdl2-dev libswscale-dev libavfilter-dev
/
libavdevice-dev libgdk-pixbuf2.0-dev libpango
-
1.0-dev libexif-dev
/
libfftw3-dev libebur128-dev librubberband-dev librtaudio-dev
/
sudo
apt
install
libavformat-dev libsdl2-dev libswscale-dev libavfilter-dev
\
libavdevice-dev libgdk-pixbuf2.0-dev libpango1.0-dev libexif-dev
\
libfftw3-dev libebur128-dev librubberband-dev librtaudio-dev
\
libvidstab-dev libxml2-dev qt5-default libqt5svg5-dev
# Kdenlive
sudo
apt
install
libkf5archive-dev libkf5bookmarks-dev libkf5coreaddons-dev
/
libkf5config-dev libkf5configwidgets-dev libkf5dbusaddons-dev
/
libkf5kio-dev libkf5widgetsaddons-dev libkf5notifyconfig-dev
/
libkf5newstuff-dev libkf5xmlgui-dev libkf5declarative-dev
/
libkf5notifications-dev libkf5guiaddons-dev libkf5textwidgets-dev
/
libkf5purpose-dev libkf5iconthemes-dev kdoctools-dev libkf5crash-dev
/
libkf5filemetadata-dev kio kinit qtdeclarative5-dev libqt5svg5-dev
/
qml-module-qtquick-controls qtmultimedia5-dev qtquickcontrols2-5-dev
/
sudo
apt
install
libkf5archive-dev libkf5bookmarks-dev libkf5coreaddons-dev
\
libkf5config-dev libkf5configwidgets-dev libkf5dbusaddons-dev
\
libkf5kio-dev libkf5widgetsaddons-dev libkf5notifyconfig-dev
\
libkf5newstuff-dev libkf5xmlgui-dev libkf5declarative-dev
\
libkf5notifications-dev libkf5guiaddons-dev libkf5textwidgets-dev
\
libkf5purpose-dev libkf5iconthemes-dev kdoctools-dev libkf5crash-dev
\
libkf5filemetadata-dev kio kinit qtdeclarative5-dev libqt5svg5-dev
\
qml-module-qtquick-controls qtmultimedia5-dev qtquickcontrols2-5-dev
\
appstream gettext libv4l-dev
```
...
...
@@ -103,6 +103,14 @@ make
sudo
make
install
```
#### Building on Ubuntu 20.04
Ubuntu 20.04 provides OpenCV 4.2 which is not supported by the frei0r plugins yet. Run CMake with
```
bash
cmake ..
-DWITHOUT_OPENCV
=
true
-DCMAKE_INSTALL_PREFIX
=
/usr
```
### Install Kdenlive to a local path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment