From bdd268a5244c107978310594a24b4bb267b748f3 Mon Sep 17 00:00:00 2001 From: kaliko Date: Fri, 19 Nov 2021 11:04:47 +0100 Subject: [PATCH] doc/user.rst: update build dependencies on Debian Bullseye --- doc/user.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user.rst b/doc/user.rst index bae3f635e..1cfe8ae62 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -64,13 +64,13 @@ In any case, you need: Each plugin usually needs a codec library, which you also need to install. Check the :doc:`plugins` for details about required libraries -For example, the following installs a fairly complete list of build dependencies on Debian Buster: +For example, the following installs a fairly complete list of build dependencies on Debian Bullseye: .. code-block:: none apt install meson g++ \ libfmt-dev \ - libpcre3-dev \ + libpcre2-dev \ libmad0-dev libmpg123-dev libid3tag0-dev \ libflac-dev libvorbis-dev libopus-dev libogg-dev \ libadplug-dev libaudiofile-dev libsndfile1-dev libfaad-dev \