Hi,
as suggested by danielsh and with the input from Bert on IRC following
is a suggested patch to correct/update the stated Perl-requirements for
building on Windows in the install-documentation.
The update applies in principle to 1.7, 1.8, 1.9 and trunk.
The old phrasing incorrectly suggested that Perl was required for
building SVN with any version of Visual Studio on Windows, while it
actually is only required when building apr-util with BDB-support on VC6
(as pointed out by Bert) or when building OpenSSL (with any VS version)
from source.
The attached patch corrects that statement (patch against current trunk).
[[[
Correct statement of when Perl is required on Windows.
(patch suggested by danielsh with input taken from Bert)
* INSTALL
updated/corrected I.C.11 Perl 5.8 or newer (Windows only) (OPTIONAL)
]]]
Regards,
Stefan
Index: INSTALL
===================================================================
--- INSTALL (revision 1692358)
+++ INSTALL (working copy)
@@ -458,9 +458,13 @@
11. Perl 5.8 or newer (Windows only) (OPTIONAL)
- To build Subversion under any of the MS Windows platforms, you
- will also need Perl 5.8 or newer to run apr-util's w32locatedb.pl
- script.
+ To build Subversion using Perl 5.8 or newer is required, if you are
+ building from source and want to build the optional OpenSSL library from
+ source, too.
+ It's also required if you want to build apr-util with BDB-support and you
+ are building with VC6 (to run apr-util's w32locatedb.pl script).
+ Note that it is not required when building with a later version of Visual
+ Studio for this case, however.
12. SQLite (REQUIRED)