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
-[MSBuild 12.0](http://www.microsoft.com/en-us/download/details.aspx?id=40760) or Visual Studio 2013 (or later)
17
+
18
+
**NOTE on Windows:**
19
+
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. If we 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
+
2. The running command prompt must be run under Administrator right (`Run as Administrator`).
21
+
22
+
Before running the build scripts, ensure that you have cleaned up the visualfsharp repo by running this git command:
23
+
24
+
git clean -xfd
17
25
18
26
On Windows you can build the F# compiler for .NET Framework as follows: