The official repository of Jungle Project Open Source edition named as JOSP.
Go to file
Rubbit 45b161b299 change readme logo 2024-04-27 13:08:56 +08:00
deps JOSP is to begin 2024-04-26 22:14:41 +08:00
inc filte files to spec folder 2024-04-27 13:04:15 +08:00
res add icon for window 2024-04-27 12:53:05 +08:00
src filte files to spec folder 2024-04-27 13:04:15 +08:00
.gitignore Update .gitignore 2024-04-27 11:51:37 +08:00
.gitmodules JOSP is to begin 2024-04-26 22:14:41 +08:00
CMakeLists.txt add fps and more 2024-04-27 11:39:29 +08:00
README.md change readme logo 2024-04-27 13:08:56 +08:00
test.png Upload files to "/" 2024-04-26 22:35:45 +08:00
test2.png change readme logo 2024-04-27 13:08:56 +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

Building progress for MSWindows(tested on MSWindow10/11):

Build with GCC and GNUMake:

install cmake

winget install -e --id Kitware.CMake
#or
start https://cmake.org/download/

download and install GNUMake for Windows32

start https://sourceforge.net/projects/gnuwin32/files/make/