Update README.md

This commit is contained in:
Rubbit 2024-04-26 22:41:25 +08:00
parent ee6fd30800
commit 383314b7e5
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
![logo](https://git.suthby.org:2024/SuthbyPublic/JungleOpenSourceProjectRepo/raw/branch/main/test.png)
## Support Progress:
- **OS**
* [x] Windows
* [x] Linux
* [ ] Android
- **Archteture**
* [X] x86
* [X] amd64
* [ ] armv7-eabi
* [ ] aarch64
## Clone and Build:
```bash
git clone https://git.suthby.org:2024/SuthbyPublic/JungleOpenSourceProjectRepo.git
cd JungleOpenSourceProjectRepo
mkdir build
cd build
cmake ..
```
## Test executable:
```bash
cp ../res/* ./
./jungle
```