diff options
author | Magnus Hagander | 2008-07-29 15:17:29 +0000 |
---|---|---|
committer | Magnus Hagander | 2008-07-29 15:17:29 +0000 |
commit | 044a0c23748274c585422fe5d630abd4a66fece0 (patch) | |
tree | 22bb1a9183713b18615d8109a79916fda3b1dcc3 | |
parent | 35ad25ad66fa3999bbc0bb59ca13cef3d750fb07 (diff) |
Document which versions of ActivePerl and ActiveTcl are required
for building on MSVC, and that the free distribution is enough
(no need for the enterprise version).
Per gripe from Martin Zaun.
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 271f178721..48443c01f0 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -83,14 +83,16 @@ 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"></>. + <ulink url="http://www.activestate.com"></> (Note: version 5.8 is required, + the free Standard Distribution is sufficient). </para></listitem> </varlistentry> <varlistentry> <term><productname>ActiveState TCL</productname></term> <listitem><para> - Required for building <application>PL/TCL</application>. + Required for building <application>PL/TCL</application> (Note: version + 8.4 is required, the free Standard Distribution is sufficient). </para></listitem> </varlistentry> |