mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
build.md: Add missing libraries
On Ubuntu 25.04, the libraries listed under `Get the build dependencies` in `build.md` are insufficient to build the project. Add the missing libraries. Fixes https://bugs.kde.org/show_bug.cgi?id=471281.
This commit is contained in:
committed by
Jean-Baptiste Mardelle
parent
3eebf8d991
commit
99b32e254f
@@ -72,12 +72,14 @@ libkf6solid-dev libkf6textwidgets-dev libkf6widgetsaddons-dev libkf6xmlgui-dev
|
||||
# Multimedia stack
|
||||
sudo apt install frei0r-plugins ffmpeg mediainfo
|
||||
|
||||
# Additional multimedia libraries
|
||||
sudo apt install libavformat-dev libavcodec-dev libswresample-dev libavutil-dev
|
||||
|
||||
# MLT, except if you want to build it manually
|
||||
sudo apt install libmlt++-dev libmlt-dev melt
|
||||
|
||||
# Dependencies for localization
|
||||
sudo apt install ruby subversion gnupg2 gettext
|
||||
|
||||
```
|
||||
|
||||
#### Clone the repositories
|
||||
|
||||
Reference in New Issue
Block a user