summaryrefslogtreecommitdiff
path: root/README.win32.adoc
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2017-10-21 10:14:24 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2017-10-25 23:59:41 +0100
commite7a612151e19f87d08a8ab816711452f6f03e444 (patch)
tree500549b7657cf3a4016f51cb2743ee22407b0e5b /README.win32.adoc
parentfd7df86e6906b639cbd1c031bd0ef5884473aeb8 (diff)
downloadocaml-e7a612151e19f87d08a8ab816711452f6f03e444.tar.gz
Update FlexDLL to 0.37
Also switch AppVeyor back to only testing the bootstrap on the mingw32 build and some tweaks to the docs.
Diffstat (limited to 'README.win32.adoc')
-rw-r--r--README.win32.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.win32.adoc b/README.win32.adoc
index a5ea725908..57ef54fa5a 100644
--- a/README.win32.adoc
+++ b/README.win32.adoc
@@ -73,10 +73,10 @@ https://github.com/alainfrisch/flexdll. A binary distribution is available;
instructions on how to build FlexDLL from sources, including how to bootstrap
FlexDLL and OCaml are given <<seflexdll,later in this document>>. Unless you
bootstrap FlexDLL, you will need to ensure that the directory to which you
-install FlexDLL is included in your `PATH` environment variable. Note: binary distributions
-of FlexDLL are compatible only with certain versions of Visual Studio; for instance
-version 0.36 of FlexDLL require Visual Studio 2015 or above, while earlier versions
-require older versions of Visual Studio.
+install FlexDLL is included in your `PATH` environment variable. Note: binary
+distributions of FlexDLL are compatible only with Visual Studio 2013 and
+earlier; for Visual Studio 2015 and later, you will need to compile the C
+objects from source, or build ocaml using the flexdll target.
The base bytecode system (ocamlc, ocaml, ocamllex, ocamlyacc, ...) of all three
ports runs without any additional tools.
@@ -388,7 +388,7 @@ and adapt their existing code bases accordingly.
Note: in order for ocaml tools to support Unicode pathnames, it is
necessary to use a version of FlexDLL which has itself been compiled
with OCaml >= 4.06 in Unicode mode. This is the case for binary distributions
-of FlexDLL starting from version 0.36 and above.
+of FlexDLL starting from version 0.37 and above.
== Trademarks