The official repository of Jungle Project Open Source Demo.
Go to file
Rubbit 50e5c80e5b add dump function 2024-04-27 06:58:50 +08:00
deps JOSP is to begin 2024-04-26 22:14:41 +08:00
res JOSP is to begin 2024-04-26 22:14:41 +08:00
test add dump function 2024-04-27 06:58:50 +08:00
.gitmodules JOSP is to begin 2024-04-26 22:14:41 +08:00
CMakeLists.txt JOSP is to begin 2024-04-26 22:14:41 +08:00
README.md update 2024-04-27 06:54:30 +08:00

README.md

logo

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:

  • on debian
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:

git clone https://git.suthby.org:2024/SuthbyPublic/JungleOpenSourceProjectRepo.git --recurse-submodules
cd JungleOpenSourceProjectRepo
mkdir build
cd build
cmake ..
make

Test executable:

cp ../res/* ./
./jungle