summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2010-07-28 13:18:45 +0000
committerDamien Doligez <damien.doligez-inria.fr>2010-07-28 13:18:45 +0000
commiteb2d245a46773b36b8faffbb71a50be362ac5b80 (patch)
treebe18cd8f0cb49bc5e70b8a668d667d637be7b4e2
parentc3923b9fdc14eacfb9170e7162c70db583cfc8c8 (diff)
downloadocaml-eb2d245a46773b36b8faffbb71a50be362ac5b80.tar.gz
a few cosmetic changes
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.12@10637 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--README.win3214
1 files changed, 8 insertions, 6 deletions
diff --git a/README.win32 b/README.win32
index cfc8783be8..82b4cba5e9 100644
--- a/README.win32
+++ b/README.win32
@@ -44,8 +44,8 @@ The remainder of this document gives more information on each port.
------------------------------------------------------------------------------
- The native Win32 port built with Microsoft Visual C
- ---------------------------------------------------
+ The native Win32 port built with Microsoft Windows SDK
+ ------------------------------------------------------
REQUIREMENTS:
@@ -198,7 +198,7 @@ and the flexdll tool, available at
http://alain.frisch.fr/flexdll.html
You will need to install at least the following Cygwin packages (use
the Setup tool from Cygwin):
-binutils, gcc-core, gcc-mingw-core, mingw-runtime, w32-api.
+binutils, gcc-core, gcc-mingw-core, mingw-runtime, w32api.
Do *not* install the Mingw/MSYS development tools from www.mingw.org:
these are not compatible with this Caml port (@responsefile not
@@ -207,6 +207,8 @@ recognized on the command line).
The LablTk GUI requires Tcl/Tk 8.5. Windows binaries are available
as part of the ActiveTCL distribution at
http://www.activestate.com/products/ActiveTcl/
+Note that you will need to install the 32-bit version of ActiveTCL,
+even if you are on a 64-bit version of Windows.
INSTALLATION:
@@ -304,8 +306,8 @@ The replay debugger is supported.
------------------------------------------------------------------------------
- The native Win64 port built with the Microsoft Platform SDK compilers
- ---------------------------------------------------------------------
+ The native Win64 port built with Microsoft Windows SDK
+ ------------------------------------------------------
REQUIREMENTS:
@@ -379,7 +381,7 @@ Now, close the Command Prompt and the shell and you're set up for
using the MS tools under Cygwin.
-To recompile OCaml, start a Cygwin shell and change to the top-level
+To recompile OCaml, start a new Cygwin shell and change to the top-level
directory of the OCaml distribution. Then, do
cp config/m-nt.h config/m.h