mirror of
https://github.com/darlinghq/darling-docs.git
synced 2024-11-23 04:19:42 +00:00
Add build instructions for Debian 12
This commit is contained in:
parent
012f84b991
commit
27474c4b4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user