The official repository of Jungle Project Open Source edition named as JOSP.
Go to file
Rubbit 3e9259ca86 Update README.md 2024-04-27 04:18:45 +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 JOSP is to begin 2024-04-26 22:14:41 +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 README.md 2024-04-27 04:18:45 +08:00
test.png Upload files to "/" 2024-04-26 22:35:45 +08:00

README.md

logo

Supporting Progress:

  • OS
    • Windows
    • Linux
    • Android
  • Architecture
    • x86
    • amd64
    • armv7-eabi
    • aarch64

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