Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
roeas committed Mar 23, 2024
2 parents d224f48 + 85cee53 commit 875156e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,23 @@ GAMES101-Premake 是一个使用 Premake5 一键配置 GAMES101 作业运行环
[CMake Latest Release](https://cmake.org/download/)

# 开始
### 1.下载本仓库
### 1. 下载本仓库
`git clone https://github.com/Hinageshi01/GAMES101-Premake.git`

### 2.编译第三方库
### 2. 编译第三方库
运行 `SetupThirdParty.bat`

### 3.去吃个饭
可能要跑个一二十分钟。

### 4.生成 VS2022 solution
### 3. 生成 VS2022 solution
运行 `Setup.bat`

### 5.搞定!
打开根目录的 `Frame.sln`,即可打开框架
### 4. 搞定!
打开根目录的 `Frame.sln` 即可

# 运行
在 VS 中找到 `解决方案管理器`,右键任一你想运行的作业,点击 `设为启动项`,编译并运行。

# 答案
位于 answer branch,使用 `git stash` 暂存你当前的修改,`git checkout answer` 切换至答案分支。
位于 `answer` branch,使用 `git stash` 暂存你当前的修改,`git checkout answer` 切换至答案分支。

使用 `git checkout main` 切换回主分支,`git stash pop` 还原你的修改。

Expand Down

0 comments on commit 875156e

Please sign in to comment.