File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -15,26 +15,23 @@ GAMES101-Premake 是一个使用 Premake5 一键配置 GAMES101 作业运行环
15
15
[ CMake Latest Release] ( https://cmake.org/download/ )
16
16
17
17
# 开始
18
- ### 1.下载本仓库
18
+ ### 1. 下载本仓库
19
19
` git clone https://github.com/Hinageshi01/GAMES101-Premake.git `
20
20
21
- ### 2.编译第三方库
21
+ ### 2. 编译第三方库
22
22
运行 ` SetupThirdParty.bat `
23
23
24
- ### 3.去吃个饭
25
- 可能要跑个一二十分钟。
26
-
27
- ### 4.生成 VS2022 solution
24
+ ### 3. 生成 VS2022 solution
28
25
运行 ` Setup.bat `
29
26
30
- ### 5. 搞定!
31
- 打开根目录的 ` Frame.sln ` ,即可打开框架 。
27
+ ### 4. 搞定!
28
+ 打开根目录的 ` Frame.sln ` 即可 。
32
29
33
30
# 运行
34
31
在 VS 中找到 ` 解决方案管理器 ` ,右键任一你想运行的作业,点击 ` 设为启动项 ` ,编译并运行。
35
32
36
33
# 答案
37
- 位于 answer branch,使用 ` git stash ` 暂存你当前的修改,` git checkout answer ` 切换至答案分支。
34
+ 位于 ` answer ` branch,使用 ` git stash ` 暂存你当前的修改,` git checkout answer ` 切换至答案分支。
38
35
39
36
使用 ` git checkout main ` 切换回主分支,` git stash pop ` 还原你的修改。
40
37
You can’t perform that action at this time.
0 commit comments