You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@ Build from the command line:
12
12
build.cmd
13
13
```
14
14
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
+
15
21
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.
0 commit comments