From bfda13579d13474fa07876097342f7e8937868dd Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Mon, 16 Feb 2026 08:38:28 -0500 Subject: [PATCH] docs: en: Add libdovi and nvenc dependencies to Fedora build guide. --- .../install-dependencies-fedora.markdown | 20 +++++++++++++++++++ .../install-dependencies-fedora.markdown | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/source/docs/en/1.10.0/developer/install-dependencies-fedora.markdown b/source/docs/en/1.10.0/developer/install-dependencies-fedora.markdown index 5f2f3f0f..511cbd5a 100644 --- a/source/docs/en/1.10.0/developer/install-dependencies-fedora.markdown +++ b/source/docs/en/1.10.0/developer/install-dependencies-fedora.markdown @@ -66,11 +66,20 @@ Additional dependencies not available in the base repository: - x264-devel [RPM Fusion] +Dolby Vision dependencies (optional): + +- rustup + Intel Quick Sync Video dependencies (optional): - libva-devel - libdrm-devel +Nvidia NVENC/NVDEC dependencies (optional): + +- clang +- llvm + Graphical interface dependencies: - desktop-file-utils @@ -88,10 +97,21 @@ Install the [RPM Fusion](http://rpmfusion.org) Free repository and related addit sudo dnf5 install --nogpgcheck https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm sudo dnf5 install x264-devel +To build with Dolby Vision support, install the Rust dependencies. + + sudo dnf5 install rustup + rustup-init -y && source "~/.cargo/env" + rustup target add x86_64-pc-windows-gnu + cargo install cargo-c + To build with Intel Quick Sync Video support, install the QSV dependencies. sudo dnf5 install libva-devel libdrm-devel +To build with Nvidia NVENC/NVDEC support, install the CUDA LLVM toolchain dependencies. + + sudo dnf5 install clang llvm + To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies. sudo dnf5 install desktop-file-utils gstreamer1-libav gstreamer1-plugins-base-devel gstreamer1-plugins-good gtk4-devel diff --git a/source/docs/en/latest/developer/install-dependencies-fedora.markdown b/source/docs/en/latest/developer/install-dependencies-fedora.markdown index cb1a4015..8028de64 100644 --- a/source/docs/en/latest/developer/install-dependencies-fedora.markdown +++ b/source/docs/en/latest/developer/install-dependencies-fedora.markdown @@ -66,11 +66,20 @@ Additional dependencies not available in the base repository: - x264-devel [RPM Fusion] +Dolby Vision dependencies (optional): + +- rustup + Intel Quick Sync Video dependencies (optional): - libva-devel - libdrm-devel +Nvidia NVENC/NVDEC dependencies (optional): + +- clang +- llvm + Graphical interface dependencies: - desktop-file-utils @@ -88,10 +97,21 @@ Install the [RPM Fusion](http://rpmfusion.org) Free repository and related addit sudo dnf5 install --nogpgcheck https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm sudo dnf5 install x264-devel +To build with Dolby Vision support, install the Rust dependencies. + + sudo dnf5 install rustup + rustup-init -y && source "~/.cargo/env" + rustup target add x86_64-pc-windows-gnu + cargo install cargo-c + To build with Intel Quick Sync Video support, install the QSV dependencies. sudo dnf5 install libva-devel libdrm-devel +To build with Nvidia NVENC/NVDEC support, install the CUDA LLVM toolchain dependencies. + + sudo dnf5 install clang llvm + To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies. sudo dnf5 install desktop-file-utils gstreamer1-libav gstreamer1-plugins-base-devel gstreamer1-plugins-good gtk4-devel