Skip to content

Commit bfda135

Browse files
committed
docs: en: Add libdovi and nvenc dependencies to Fedora build guide.
1 parent fbac725 commit bfda135

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

source/docs/en/1.10.0/developer/install-dependencies-fedora.markdown

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,20 @@ Additional dependencies not available in the base repository:
6666

6767
- x264-devel [RPM Fusion]
6868

69+
Dolby Vision dependencies (optional):
70+
71+
- rustup
72+
6973
Intel Quick Sync Video dependencies (optional):
7074

7175
- libva-devel
7276
- libdrm-devel
7377

78+
Nvidia NVENC/NVDEC dependencies (optional):
79+
80+
- clang
81+
- llvm
82+
7483
Graphical interface dependencies:
7584

7685
- desktop-file-utils
@@ -88,10 +97,21 @@ Install the [RPM Fusion](http://rpmfusion.org) Free repository and related addit
8897
sudo dnf5 install --nogpgcheck https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
8998
sudo dnf5 install x264-devel
9099

100+
To build with Dolby Vision support, install the Rust dependencies.
101+
102+
sudo dnf5 install rustup
103+
rustup-init -y && source "~/.cargo/env"
104+
rustup target add x86_64-pc-windows-gnu
105+
cargo install cargo-c
106+
91107
To build with Intel Quick Sync Video support, install the QSV dependencies.
92108

93109
sudo dnf5 install libva-devel libdrm-devel
94110

111+
To build with Nvidia NVENC/NVDEC support, install the CUDA LLVM toolchain dependencies.
112+
113+
sudo dnf5 install clang llvm
114+
95115
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
96116

97117
sudo dnf5 install desktop-file-utils gstreamer1-libav gstreamer1-plugins-base-devel gstreamer1-plugins-good gtk4-devel

source/docs/en/latest/developer/install-dependencies-fedora.markdown

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,20 @@ Additional dependencies not available in the base repository:
6666

6767
- x264-devel [RPM Fusion]
6868

69+
Dolby Vision dependencies (optional):
70+
71+
- rustup
72+
6973
Intel Quick Sync Video dependencies (optional):
7074

7175
- libva-devel
7276
- libdrm-devel
7377

78+
Nvidia NVENC/NVDEC dependencies (optional):
79+
80+
- clang
81+
- llvm
82+
7483
Graphical interface dependencies:
7584

7685
- desktop-file-utils
@@ -88,10 +97,21 @@ Install the [RPM Fusion](http://rpmfusion.org) Free repository and related addit
8897
sudo dnf5 install --nogpgcheck https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
8998
sudo dnf5 install x264-devel
9099

100+
To build with Dolby Vision support, install the Rust dependencies.
101+
102+
sudo dnf5 install rustup
103+
rustup-init -y && source "~/.cargo/env"
104+
rustup target add x86_64-pc-windows-gnu
105+
cargo install cargo-c
106+
91107
To build with Intel Quick Sync Video support, install the QSV dependencies.
92108

93109
sudo dnf5 install libva-devel libdrm-devel
94110

111+
To build with Nvidia NVENC/NVDEC support, install the CUDA LLVM toolchain dependencies.
112+
113+
sudo dnf5 install clang llvm
114+
95115
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
96116

97117
sudo dnf5 install desktop-file-utils gstreamer1-libav gstreamer1-plugins-base-devel gstreamer1-plugins-good gtk4-devel

0 commit comments

Comments
 (0)