Author: lyalyakin
Date: Thu Sep 3 15:28:53 2026
New Revision: 1937817
Log:
Specify the minimum APR and APR-util versions separately.
* INSTALL
(I.B): Reword the APR & APR-util entry to state the minimum required version
of these libraries separately.
(V.1): Reword the entry's heading to mention APR-util in addition to APR,
and add a sentence the two minimum versions.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Thu Sep 3 15:18:43 2026 (r1937816)
+++ subversion/trunk/INSTALL Thu Sep 3 15:28:53 2026 (r1937817)
@@ -80,8 +80,8 @@ I. INTRODUCTION
Required:
- * APR and APR-Util 1.4 or later -- the portability layer that allows
- Subversion to run on different operating systems.
+ * APR 1.4 or later and APR-util 1.3 or later -- the portability layer
+ that allows Subversion to run on different operating systems.
* Expat -- XML parsing.
* zlib -- compression of binary diffs, used everywhere.
* LZ4 r129 or later -- compression. A bundled copy can be used.
@@ -1065,7 +1065,10 @@ V. DEPENDENCIES IN DETAIL
commands described in section II.B before installing the following.
- 1. Apache Portable Runtime 1.4 or newer (REQUIRED)
+ 1. Apache Portable Runtime and APR-util (REQUIRED)
+
+ Subversion requires APR 1.4 or later and APR-util 1.3 or
+ later.
Whenever you want to build any part of Subversion, you need the
Apache Portable Runtime (APR) and the APR Utility (APR-util)