Skip to content

Commit 56e04f3

Browse files
committed
Merge pull request #709 from forki/requiredsoftware
Inline "Required Tools for Windows Development and Testing"
2 parents 8f65c82 + 361aed2 commit 56e04f3

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,34 @@ This project is subject to the Apache Licence, Version 2.0. A copy of the licens
2424

2525
###Development and Testing
2626

27-
See [DEVGUIDE.md](DEVGUIDE.md) and [TESTGUIDE.md](TESTGUIDE.md) in the root of the repo for details on build, development, and testing.
28-
####[Click here for a list of required Frameworks and Development Tools](https://github.com/Microsoft/visualfsharp/wiki/Required-Software)
29-
27+
See [DEVGUIDE.md](DEVGUIDE.md) and [TESTGUIDE.md](TESTGUIDE.md) in the root of the repo for details on build, development, and testing.
3028
Quickstart guides for build and test can be found [here](https://github.com/Microsoft/visualfsharp/wiki/Build-Quickstart) and [here](https://github.com/Microsoft/visualfsharp/wiki/Test-Quickstart), respectively.
29+
30+
###Required Tools for Windows Development and Testing
31+
32+
####Development tools
33+
34+
For F# 3.1.X development
35+
36+
* Visual Studio 2013 + latest updates (or the free Visual Studio Community Edition)
37+
* Visual Studio 2013 SDK
38+
39+
For F# 4.0 development
40+
41+
* Visual Studio 2015
42+
* Visual Studio 2015 SDK
43+
44+
####Additional frameworks
45+
46+
* Git for windows
47+
* Perl (ActiveState 5.16.3 is known to be supported)
48+
* .NET 3.5
49+
* .NET 4.5
50+
* .NET 4.5.1
51+
* MSBuild 12.0
52+
* Windows 7 SDK
53+
* Windows 8 SDK
54+
* Windows 8.1 SDK
3155

3256
###Contributing
3357

0 commit comments

Comments
 (0)