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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,24 @@ You're invited to contribute to future releases of the F# compiler, core library
8
8
9
9
Build from the command line:
10
10
11
-
```bash
11
+
```
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.
16
22
17
23
### Quickstart on Linux or macOS
18
24
19
25
Build from the command line:
20
26
21
-
```bash
22
-
sh ./build.sh
27
+
```
28
+
./build.sh
23
29
```
24
30
25
31
After it's finished, open `FSharp.sln` in your editor of choice.
0 commit comments