Building.md - Debian bookworm meson install from backports (#12680)

This commit is contained in:
mergen3107
2024-10-25 15:50:30 -04:00
committed by GitHub
parent f8446538c0
commit 33dfdacae1

View File

@@ -65,6 +65,13 @@ sudo apt-get install autoconf automake build-essential ca-certificates cmake \
lua5.1 luarocks meson nasm ninja-build patch perl pkg-config unzip wget
```
**Note:** Debian distributions might need `meson` to be installed from `bookworm-backports`) because the version provided by the default repositories is too old:
```
sudo apt install meson/bookworm-backports
```
The bookworm-backports repository was already included on Linux Mint Dedian Edition 6.
Otherwise, follow full up-to-date instructions from here: https://wiki.debian.org/Backports.
### Fedora/Red Hat
Install the prerequisites using DNF: