Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb2e4e2

Browse files
eriawandsyme
authored andcommitted
update DEVGUIDE to add addiitional steps before running build (#3725)
1 parent81d162c commitdb2e4e2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎DEVGUIDE.md‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ Follow the instructions below to build and develop the F# Compiler, Core Library
1313
Install
1414

1515
-[.NET 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40779)
16-
-[MSBuild 12.0](http://www.microsoft.com/en-us/download/details.aspx?id=40760)
16+
-[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
1725

1826
On Windows you can build the F# compiler for .NET Framework as follows:
1927

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp