Document the fact that the Win7 sdk is ok.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10276 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2010-04-19 15:36:16 +00:00
parent 49a0b7cb91
commit e8d7253e95
1 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,9 @@ Microsoft Visual C++ compiler (items [1] and [2] in the section
The native-code compiler (ocamlopt) requires Visual C++ (items [1], [2]),
the Microsoft assembler MASM (item [3]) and the flexdll tool (item [5]).
Instead of items [1], [2] and [3], it is possible to use item [6] which contains
everything needed.
The LablTk GUI requires Tcl/Tk 8.5 (item [4]).
@ -103,6 +106,9 @@ http://www.microsoft.com/downloads/details.aspx?FamilyID=7A1C9DA0-0510-44A2-B042
[5] flexdll.
Can be downloaded from http://alain.frisch.fr/flexdll.html
[6] Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 Service Pack 1
RECOMPILATION FROM THE SOURCES:
The command-line tools can be recompiled from the Unix source
@ -322,6 +328,10 @@ THIRD-PARTY SOFTWARE:
Includes all we need, namely a C compiler, the masm64 assembler,
Windows libraries and include files.
Alternatively, the more recent SDK:
Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 Service Pack 1
can be used.
[2] flexdll.
Can be downloaded from http://alain.frisch.fr/flexdll.html