![logo](https://git.suthby.org:2024/SuthbyPublic/JungleOpenSourceProjectRepo/raw/branch/main/test.png) ## Supporting Progress: - **OS:** * [x] Windows * [x] Linux * [ ] Android - **Architecture:** * [X] x86 * [X] amd64 * [ ] armv7-eabi * [ ] aarch64 ## 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 ```