mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2026-04-13 01:01:46 -05:00
docs: en: Add libdovi and nvenc dependencies to Fedora build guide.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user