Add build instructions for Debian 12

This commit is contained in:
Hamish Mcintyre-Bhatty 2023-08-15 12:07:13 +01:00 committed by GitHub
parent 012f84b991
commit 27474c4b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ A minimum of 4 GB of RAM is also required for building. Using swap space may hel
Linux 5.0 or higher is required.
**Debian 10/11**
```bash
@ -21,6 +20,15 @@ libbsd-dev libxrandr-dev libxcursor-dev libgif-dev libpulse-dev libavformat-dev
libswresample-dev libdbus-1-dev libxkbfile-dev libssl-dev llvm-dev
```
**Debian 12**
```bash
sudo apt install cmake clang bison flex xz-utils libfuse-dev libudev-dev pkg-config \
libc6-dev-i386 libcap2-bin git git-lfs libglu1-mesa-dev libcairo2-dev \
libgl1-mesa-dev libtiff5-dev libfreetype6-dev libxml2-dev libegl1-mesa-dev libfontconfig1-dev \
libbsd-dev libxrandr-dev libxcursor-dev libgif-dev libpulse-dev libavformat-dev libavcodec-dev \
libswresample-dev libdbus-1-dev libxkbfile-dev libssl-dev llvm-dev
```
**Debian Testing**
```bash