fixed readme

This commit is contained in:
VisualGMQ 2022-02-18 22:07:48 +08:00
parent 713b0fdb9b
commit 36a6a133e4
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,13 @@
编译平台为MacOS在MacOS Big Sur 11.6中编译成功且结果在1M以下也可以在其他平台编译但编译结果**不保证在1M以下**,仅仅是为了方便不同平台进行编译。 编译平台为MacOS在MacOS Big Sur 11.6中编译成功且结果在1M以下也可以在其他平台编译但编译结果**不保证在1M以下**,仅仅是为了方便不同平台进行编译。
使用CMake 3.20及以上进行编译。 使用CMake 3.20及以上进行编译。需要拉取`glfw`作为子工程:
```bash
git submodule update --init --recursive
```
然后编译:
```bash ```bash
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release cmake -S . -B build -DCMAKE_BUILD_TYPE=Release