Author: lyalyakin
Date: Mon Sep 7 10:36:54 2026
New Revision: 1937962
Log:
Move the package-manager advice to the dependency overview in INSTALL.
* INSTALL
(I.B): Reword the dependency list intro and add an advice on installing
dependencies via a package manager.
(V): Remove the paragraph moved to I.B.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Mon Sep 7 10:18:26 2026 (r1937961)
+++ subversion/trunk/INSTALL Mon Sep 7 10:36:54 2026 (r1937962)
@@ -73,7 +73,9 @@ I. INTRODUCTION
* a reasonable C compiler (gcc, Visual Studio, etc.)
- Subversion also depends on the following third-party libraries:
+ Subversion depends the following third-party libraries. The easiest way
+ to install dependencies is via your operating system's package management
+ system.
Required:
@@ -702,9 +704,6 @@ V. DEPENDENCIES IN DETAIL
what other tools and libraries will be required so that Subversion
can be built with the set of features you want.
- The easiest way to install dependencies is via your operating system's
- package management system.
-
On Unix systems, the './configure' script will tell you if you are
missing the correct version of any of the required libraries or
tools, so if you are in a real hurry to get building, you can skip