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

Commite1a6afa

Browse files
authored
Update DEVGUIDE.md
1 parent3d0ae5e commite1a6afa

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

‎DEVGUIDE.md‎

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ Follow the instructions below to build and develop the F# Compiler, Core Library
1212

1313
Install
1414

15-
-[.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) or Visual Studio 2013 (or later)
15+
-[.NET 4.6](https://www.microsoft.com/en-gb/download/details.aspx?id=48130)
1716

1817
**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. 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).
2019
2. The running command prompt must be run under Administrator right (`Run as Administrator`).
2120

2221
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:
6261

6362
msbuild FSharp.sln
6463

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.
6865

6966
###Developing the F# Compiler (Linux)
7067

@@ -80,7 +77,7 @@ Then to replace your machine-wide installation:
8077

8178
sudo make install
8279

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.
8481

8582
###Developing the F# Compiler (macOS)
8683

@@ -94,8 +91,10 @@ Then to replace your machine-wide installation:
9491

9592
sudo make install
9693

94+
Full testing is not yet enabled on macOS.
9795

98-
###Developing the F# Compiler (Linux or macOS and .NET Core)
96+
97+
###Developing the F# Compiler (Linux or macOS - .NET Core)
9998

10099
Install[the latest .NET SDK](https://www.microsoft.com/net/download/). Then use
101100

@@ -194,13 +193,7 @@ For **Release**:
194193
####Windows: Links to Additional frameworks
195194

196195
-[Git for windows](http://msysgit.github.io/)
197-
-[.NET 3.5](http://www.microsoft.com/en-us/download/details.aspx?id=21)
198-
-[.NET 4.5](http://www.microsoft.com/en-us/download/details.aspx?id=30653)
199-
-[.NET 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40779)
200196
-[.NET 4.6](http://www.microsoft.com/en-us/download/details.aspx?id=48137)
201-
-[MSBuild 12.0](http://www.microsoft.com/en-us/download/details.aspx?id=40760)
202-
-[Windows 7 SDK](http://www.microsoft.com/en-us/download/details.aspx?id=8279)
203-
-[Windows 8 SDK](http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx)
204197
-[Windows 8.1 SDK](http://msdn.microsoft.com/en-us/library/windows/desktop/bg162891.aspx)
205198
-[Windows 10 SDK](https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk)
206199

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp