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
1. It is recommended to run the build.cmd and the qualifiers below on a command prompt with path set to have the location of MSBuild. Ifwe have Visual Studio, we can also run using`Developer Command Prompt for Visual Studio 20xx` (depends on Visual Studio version). This developer command prompt is easier to use than normal command prompt, because it already has the correct path of Visual Studio and .NET's tooling set for us to use (including MSBuild).
18
+
1. It is recommended to run the build.cmd and the qualifiers below on a command prompt with path set to have the location of MSBuild. Ifyou have Visual Studio, we can also run using`Developer Command Prompt for Visual Studio 20xx` (depends on Visual Studio version). This developer command prompt is easier to use than normal command prompt, because it already has the correct path of Visual Studio and .NET's tooling set for us to use (including MSBuild).
20
19
2. The running command prompt must be run under Administrator right (`Run as Administrator`).
21
20
22
21
Before running the build scripts, ensure that you have cleaned up the visualfsharp repo by running this git command:
@@ -62,9 +61,7 @@ or just build it directly:
62
61
63
62
msbuild FSharp.sln
64
63
65
-
Building``FSharp.sln`` builds nearly everything. However building portable profiles of
66
-
FSharp.Core.dll is not included. If you are just developing the core compiler and library
67
-
then building the solution will be enough.
64
+
If you are just developing the core compiler and library then building``FSharp.sln`` will be enough.
68
65
69
66
###Developing the F# Compiler (Linux)
70
67
@@ -80,7 +77,7 @@ Then to replace your machine-wide installation:
80
77
81
78
sudo make install
82
79
83
-
Full testing is not yet enabled on Linux, nor is a .NET Core build of the compiler.
80
+
Full testing is not yet enabled on Linux.
84
81
85
82
###Developing the F# Compiler (macOS)
86
83
@@ -94,8 +91,10 @@ Then to replace your machine-wide installation:
94
91
95
92
sudo make install
96
93
94
+
Full testing is not yet enabled on macOS.
97
95
98
-
###Developing the F# Compiler (Linux or macOS and .NET Core)
96
+
97
+
###Developing the F# Compiler (Linux or macOS - .NET Core)
99
98
100
99
Install[the latest .NET SDK](https://www.microsoft.com/net/download/). Then use