update readme
This commit is contained in:
parent
ad74332190
commit
57e8650cbd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue