diff options
author | Heikki Linnakangas | 2011-07-04 19:30:27 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2011-07-04 19:42:25 +0000 |
commit | c33acb4f0ae0371a6ee8772d965d13a373cdd7cc (patch) | |
tree | 6d85c786d47f020c4b539020b948eaf013669edd | |
parent | ffc50e134a7e67bc48bf512a4bb681d46cc1fe31 (diff) |
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index cb8bca9c631..439f5ad82b2 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -170,7 +170,7 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin'; ActiveState Perl is required to run the build generation scripts. MinGW or Cygwin Perl will not work. It must also be present in the PATH. Binaries can be downloaded from - <ulink url="http://www.activestate.com"></> (Note: version 5.8 is required, + <ulink url="http://www.activestate.com"></> (Note: version 5.8 or later is required, the free Standard Distribution is sufficient). </para></listitem> </varlistentry> |