Skip to content

Commit 613bb42

Browse files
ChrSteinertbrettfo
authored andcommitted
Updates README with new non-vs-dependent build switch. (#7565)
1 parent b9e4b07 commit 613bb42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Build from the command line:
1212
build.cmd
1313
```
1414

15+
The build depends on an installation of Visual Studio. To build the compiler without this dependency use:
16+
17+
```
18+
build.cmd -noVisualStudio
19+
```
20+
1521
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.
1622

1723
### Quickstart on Linux or macOS

0 commit comments

Comments
 (0)