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
Copy file name to clipboardExpand all lines: README.md
+27-3Lines changed: 27 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,34 @@ This project is subject to the Apache Licence, Version 2.0. A copy of the licens
24
24
25
25
###Development and Testing
26
26
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.
30
28
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)
0 commit comments