update readme

This commit is contained in:
pointer-to-bios 2024-04-27 06:34:35 +08:00
parent ad74332190
commit 57e8650cbd
1 changed files with 6 additions and 0 deletions

View File

@ -14,10 +14,16 @@
## Building instructions for Debian Linux distribution series(tested on Debian 12.5 stable): ## Building instructions for Debian Linux distribution series(tested on Debian 12.5 stable):
### Dependences package install: ### Dependences package install:
* on debian
```bash ```bash
sudo apt install libwayland-dev libx11-dev libxkbcommon-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev sudo apt install libwayland-dev libx11-dev libxkbcommon-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
``` ```
* on archlinux
If you have been using GUI on archlinux, you shouldn't install any.
Or you shoud install Desktop Environment.
### Clone and Build: ### Clone and Build:
```bash ```bash
git clone https://git.suthby.org:2024/SuthbyPublic/JungleOpenSourceProjectRepo.git --recurse-submodules git clone https://git.suthby.org:2024/SuthbyPublic/JungleOpenSourceProjectRepo.git --recurse-submodules