Author: lyalyakin
Date: Thu Sep 3 15:18:06 2026
New Revision: 1937815
Log:
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Thu Sep 3 14:20:04 2026 (r1937814)
+++ subversion/trunk/INSTALL Thu Sep 3 15:18:06 2026 (r1937815)
@@ -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 version 1.4 or later and APR-util version 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)
@@ -1134,10 +1137,10 @@ V. DEPENDENCIES IN DETAIL
3. SQLite (REQUIRED)
- Subversion uses SQLite to manage some internal databases.
+ Subversion requires SQLite version 3.24.0 or later.
- Subversion requires SQLite version 3.24.0 or above. You can meet this
- dependency several ways:
+ Subversion uses SQLite to manage some internal databases. You can meet
+ this dependency several ways:
* Use an SQLite amalgamation file.
* Specify an SQLite installation to use.
* Let Subversion find an installed SQLite.
@@ -1164,7 +1167,9 @@ V. DEPENDENCIES IN DETAIL
5. LZ4 (REQUIRED)
- Subversion uses LZ4 compression library version r129 or above. Configure
+ Subversion requires LZ4 version r129 or later.
+
+ Subversion uses the LZ4 library for compression. Configure
will attempt to locate the system library by default using pkg-config
and known paths.