提交 613bb422 编写于 作者: C Christian Steinert 提交者: Brett V. Forsgren

Updates README with new non-vs-dependent build switch. (#7565)

上级 b9e4b07f
......@@ -12,6 +12,12 @@ Build from the command line:
build.cmd
```
The build depends on an installation of Visual Studio. To build the compiler without this dependency use:
```
build.cmd -noVisualStudio
```
After it's finished, open either `FSharp.sln` or `VisualFSharp.sln` in your editor of choice. The latter solution is larger but includes the F# tools for Visual Studio and its associated infrastructure.
### Quickstart on Linux or macOS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册