Files
Nasal-Interpreter/doc/vs.md
2022-07-27 19:31:14 +08:00

10 lines
749 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# How to Create VS project | 如何创建VS工程
1. Get code from this repo using `git`. | 用`git`从这个仓库获取代码。
2. In Visual Studio, click `File`->`New`->`Project From Existing Code...`. | 在VS的界面点击文件(F)->新建(N)->从现有代码创建项目(E)。
3. Select `Visual C++`->`Next`->choose `project file location`->write the `project name` at ease->`Finish`. | 选择创建`Visual C++`项目->下一步->项目文件位置选择你下载的代码存放的文件夹->填项目名称,随便写->完成。
4. Click `Source Files` in `Search Solution Explorer` at left, right click `main.cpp`, compile. | 点开左侧解决方案资源管理器中的`Source Files`,右键点击`main.cpp`,编译。