diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2008-08-01 13:57:32 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2008-08-01 13:57:32 +0000 |
commit | c8ec05937da6f13b769fdfd17b01211ed42544b8 (patch) | |
tree | b12a94726e4ded6f019d378b406529ae79513290 | |
parent | b4d335cb9fc40572efd2414347e586c8590feb4e (diff) | |
download | ocaml-c8ec05937da6f13b769fdfd17b01211ed42544b8.tar.gz |
PR#4547: documentation updated and made more precise
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8969 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | README.win32 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/README.win32 b/README.win32 index 26a3e67034..8923460e8e 100644 --- a/README.win32 +++ b/README.win32 @@ -113,6 +113,7 @@ You will need the following software components to perform the recompilation: - Windows NT, 2000, XP, or Vista. - Items [1], [2], [3], [4] and [5] from the list of recommended software above. - The Cygwin port of GNU tools, available from http://www.cygwin.com/ + Install at least the following packages: diffutils, make, ncurses. Remember to add the directory where the libraries tk84.lib and tcl84.lib were installed (by the Tcl/Tk installer) to the LIB variable @@ -153,7 +154,7 @@ Unix/GCC or Cygwin or Mingw on similar hardware. * Libraries available in this port: "num", "str", "threads", "graphics", "labltk", and large parts of "unix". -* The replay debugger is partially supported. +* The replay debugger is partially supported (no reverse execution). CREDITS: @@ -216,12 +217,14 @@ RECOMPILATION FROM THE SOURCES: You will need the following software components to perform the recompilation: - Windows NT, 2000, XP, or Vista. - Cygwin: http://sourceware.cygnus.com/cygwin/ + Install at least the following packages: binutils, diffutils, + gcc-core, gcc-mingw-core, make, mingw-runtime, ncurses, w32-api. - TCL/TK version 8.4 (see above). -- the flexdll tool (see above). +- The flexdll tool (see above). Do *not* install the standalone distribution of MinGW, nor the companion MSYS tools: these have problems with long command lines. -Instead, use the version of MinGW that is installed along with Cygwin. +Instead, use the version of MinGW provided by Cygwin. Start a Cygwin shell and unpack the source distribution (ocaml-X.YZ.tar.gz) with "tar xzf". Change to the top-level @@ -250,7 +253,7 @@ NOTES: * Libraries available in this port: "num", "str", "threads", "graphics", "labltk", and large parts of "unix". -* The replay debugger is partially supported. +* The replay debugger is partially supported (no reverse execution). ------------------------------------------------------------------------------ @@ -335,6 +338,7 @@ You will need the following software components to perform the recompilation: - Windows XP 64 or Server 64. - The Platform SDK (item [1] from the list of recommended software above). - The Cygwin port of GNU tools, available from http://www.cygwin.com/ + Install at least the following packages: diffutils, make, ncurses. - The flexdll tool (see above). To recompile, start a Cygwin shell and change to the top-level @@ -368,5 +372,6 @@ NOTES: * Libraries available in this port: "num", "str", "threads", "graphics", and large parts of "unix". -* The replay debugger and the graphical browser are not supported. +* The replay debugger is partially supported (no reverse execution). +* The graphical browser ocamlbrowser is not supported. |