Rubbit 1dea6e1048 | ||
---|---|---|
deps | ||
res | ||
test | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md | ||
test.png |
README.md
Supporting Progress:
- OS:
- Windows
- Linux
- Android
- Architecture:
- x86
- amd64
- armv7-eabi
- aarch64
Building instructions for Debian Linux distribution series(tested on Debian 12.5 stable):
## Dependences package install:
```bash
sudo apt install libwayland-dev libx11-dev libxkbcommon-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
```
## 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
```