Update README.md
This commit is contained in:
parent
ee6fd30800
commit
383314b7e5
27
README.md
27
README.md
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue