From d47f9d8a38c2598851ab14d4bb037e8a096903ab Mon Sep 17 00:00:00 2001 From: Chibani <85620152+ochibani@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:31:28 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c9d86..77f7c48 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Blue Recorder depends on the following dependencies: ffmpeg gstreamer libadwaita +libxfixes pipewire pipewire-pulse xwininfo @@ -29,7 +30,7 @@ xwininfo Install dependencies for Ubuntu and Debian-based distros: ``` -sudo apt install build-essential clang cargo x11-utils ffmpeg libadwaita-1-dev libgstreamer1.0-dev libpipewire-0.3-dev pipewire-pulse +sudo apt install build-essential cargo clang ffmpeg libadwaita-1-dev libgstreamer1.0-dev libpipewire-0.3-dev libxfixes pipewire-pulse pulseaudio-utils x11-utils ``` Then use `Cargo` to build it: ```