提供智能环境配置方法

This commit is contained in:
Ziyu
2025-10-10 07:54:19 +08:00
parent 79b60ca7f4
commit a3bf1242b4
15 changed files with 1192 additions and 42 deletions
+10 -1
View File
@@ -24,7 +24,16 @@ P / ESC - show menu and pause;
* [nlohmann-json](https://github.com/nlohmann/json)
* [spdlog](https://github.com/gabime/spdlog)
See [wiki](../../wiki) for detailed building guide (in Chinese).
## How to build
Dependencies will be automatically downloaded by Git FetchContent to make building quite easy:
```bash
git clone https://github.com/WispSnow/SunnyLand.git
cd SunnyLand
cmake -S . -B build
cmake --build build
```
If you encounter trouble downloading from GitHub (especially on networks in mainland China), please refer to the [wiki](../../wiki) for an alternative building guide.
# Credits
- sprite