Skip to content

Commit 56d659f

Browse files
authored
Update README.md
1 parent 993afc7 commit 56d659f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ GAMES101-Premake 是一个使用 Premake5 一键配置 GAMES101 作业运行环
1919
`git clone https://github.com/roeas/GAMES101-Premake`
2020

2121
### 2. 编译第三方库
22-
运行 `SetupThirdParty.bat`
22+
运行 `SetupThirdParty.bat`
2323

2424
### 3. 生成 VS2022 solution
25-
运行 `Setup.bat`
25+
运行 `Setup.bat`
2626

2727
### 4. 搞定!
2828
打开根目录的 `Frame.sln` 即可。
@@ -37,20 +37,20 @@ GAMES101-Premake 是一个使用 Premake5 一键配置 GAMES101 作业运行环
3737

3838
# 其他
3939
- 框架相关
40-
- 文档位于 `GAMES101-Premake/Document`
41-
- 官方提供的代码有不少问题,如果出现上下/前后颠倒的情况可以参考:[《GAMES101》作业框架问题详解](https://zhuanlan.zhihu.com/p/509902950)
40+
- 文档位于 `GAMES101-Premake/Document`
41+
- 官方的代码有不少问题,如果出现上下/前后颠倒的情况可以参考:[《GAMES101》作业框架问题详解](https://zhuanlan.zhihu.com/p/509902950)
4242
- 作业之间没有任何关系,在一作业内的修改不会应用到另一作业中,编写时注意区分。
4343
- 修改了一些路径相关的代码以适配框架:
44-
- 模型位于 `GAMES101-Premake/Frame/Asset/model`
45-
- 作业 5、6、7 的输出位于 `GAMES101-Premake/Frame/Asset/output`
44+
- 模型位于 `GAMES101-Premake/Frame/Asset/model`
45+
- 作业 5、6、7 的输出位于 `GAMES101-Premake/Frame/Asset/output`
4646
- 魔改了作业 8 的依赖,遇到任何问题请通过 issue 让我知道。
4747

4848
- C++ 版本:20
4949

5050
- Eigen 版本:3.4.0
5151

5252
- OpenCV 版本:4.8.1
53-
- OpenCV 依赖项的下载源已设置为由 OpenCV 中国和 GitCode 维护的国内仓库 [OpenCV](https://gitcode.net/opencv/opencv)
53+
- OpenCV 依赖项的下载源已设置为由 OpenCV 中国和 GitCode 维护的国内仓库 [OpenCV](https://gitcode.net/opencv/opencv)
5454
- TODO:取消 OpenCV 不必要模块的编译。
5555

5656
- Freetype 版本:2.13.2

0 commit comments

Comments
 (0)