Update README.md

This commit is contained in:
Chibani 2025-01-05 18:20:48 +02:00 committed by GitHub
parent 3810fe470d
commit f3c3366a3c

View File

@ -19,17 +19,17 @@ Blue Recorder is available as a Snap and Flatpak package.
## Build from source ## Build from source
Blue Recorder depends on the following dependencies: Blue Recorder depends on the following dependencies:
``` ```
alsa
ffmpeg ffmpeg
gdk gdk
gio gio
gtk gtk
pipewire
x11-utils x11-utils
``` ```
Install dependencies for Ubuntu and Debian-based distros: Install dependencies for Ubuntu and Debian-based distros:
``` ```
sudo apt install build-essential clang cargo x11-utils ffmpeg libgtk-3-dev libgtk-4-dev libatk1.0-dev libasound2-dev libgstreamer1.0-dev sudo apt install build-essential clang cargo x11-utils ffmpeg libgtk-3-dev libgtk-4-dev libatk1.0-dev libgstreamer1.0-dev libpipewire-0.3-dev
``` ```
Then use `Cargo` to build it: Then use `Cargo` to build it:
``` ```