mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-24 13:35:43 +08:00
749 B
749 B
How to Create VS project | 如何创建VS工程
-
Get code from this repo using
git. | 用git从这个仓库获取代码。 -
In Visual Studio, click
File->New->Project From Existing Code.... | 在VS的界面,点击文件(F)->新建(N)->从现有代码创建项目(E)。 -
Select
Visual C++->Next->chooseproject file location->write theproject nameat ease->Finish. | 选择创建Visual C++项目->下一步->项目文件位置选择你下载的代码存放的文件夹->填项目名称,随便写->完成。 -
Click
Source FilesinSearch Solution Explorerat left, right clickmain.cpp, compile. | 点开左侧解决方案资源管理器中的Source Files,右键点击main.cpp,编译。