Compiling for Linux/BSD: Add openKylin

Co-authored-by: DSOE1024 <90103853+DSOE1024@users.noreply.github.com>
This commit is contained in:
Max Hilbrunner
2024-11-17 11:56:12 +01:00
parent 00221436f4
commit eda6a2da1f

View File

@@ -196,6 +196,28 @@ Distro-specific one-liners
scons \
llvm
.. tab:: openKylin
::
sudo apt update
sudo apt install -y \
python3-pip \
build-essential \
pkg-config \
libx11-dev \
libxcursor-dev \
libxinerama-dev \
libgl1-mesa-dev \
libglu1-mesa-dev \
libasound2-dev \
libpulse-dev \
libudev-dev \
libxi-dev \
libxrandr-dev \
libwayland-dev
sudo pip install scons
.. tab:: openSUSE
::