Update README.md

This commit is contained in:
Rubbit 2024-04-27 05:26:46 +08:00
parent 3e9259ca86
commit b3a556bbb7
1 changed files with 21 additions and 14 deletions

View File

@ -11,18 +11,25 @@
* [ ] armv7-eabi * [ ] armv7-eabi
* [ ] aarch64 * [ ] aarch64
## Clone and Build: ## Building instructs for Debian Linux distribution series(tested on Debian 12.5 stable):
```bash
git clone https://git.suthby.org:2024/SuthbyPublic/JungleOpenSourceProjectRepo.git --recurse-submodules
cd JungleOpenSourceProjectRepo
mkdir build
cd build
cmake ..
make
```
## Test executable: ## Dependences package install:
```bash ```bash
cp ../res/* ./ sudo apt install libwayland-dev libx11-dev libxkbcommon-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
./jungle ```
```
## Clone and Build:
```bash
git clone https://git.suthby.org:2024/SuthbyPublic/JungleOpenSourceProjectRepo.git --recurse-submodules
cd JungleOpenSourceProjectRepo
mkdir build
cd build
cmake ..
make
```
## Test executable:
```bash
cp ../res/* ./
./jungle
```