summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1999-11-08 16:56:33 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1999-11-08 16:56:33 +0000
commit4c35991b46dca650dc4301d35a50bba16482971f (patch)
tree68b8eeb6778d0a72b6092073df509031192a6804
parent31642e52d74d2ec34265f0922ecb3470acde47f9 (diff)
Mentionner que MASM est gratuit
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2478 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--README.win327
1 files changed, 5 insertions, 2 deletions
diff --git a/README.win32 b/README.win32
index 1640da52d..54b747543 100644
--- a/README.win32
+++ b/README.win32
@@ -13,8 +13,11 @@ runs without any additional tools.
Linking Caml bytecode with C code (ocamlc -custom) requires the
Microsoft Visual C++ compiler version 6.
-The native-code compiler (ocamlopt) requires Visual C++ and the
-Microsoft assembler MASM version 6.
+The native-code compiler (ocamlopt) requires Visual C++ version 6
+and the Microsoft assembler MASM version 6.11 or later.
+MASM can be downloaded for free from Microsoft's Web site;
+see the comp.lang.asm.x86 FAQ for directions, or
+http://www.cs.uu.nl/wais/html/na-dir/assembly-language/x86/microsoft.html
The CamlTk GUI requires Tcl/Tk 8.0. Windows binaries are
available from ftp://ftp.scriptics.com/pub/tcl/tcl8_0/tcl804.exe