2
0
Эх сурвалжийг харах

Compiling for Linux/BSD: Add openKylin

Co-authored-by: DSOE1024 <[email protected]>
Max Hilbrunner 8 сар өмнө
parent
commit
eda6a2da1f

+ 22 - 0
contributing/development/compiling/compiling_for_linuxbsd.rst

@@ -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
 
         ::