Author: lyalyakin
Date: Mon Aug 31 15:27:54 2026
New Revision: 1937697

Log:
Specify CMake as a supported build system in the Dependency Overview section
of the INSTALL document.

* INSTALL
  (I.B): 'Add CMake 3.20 or later' as a requirement for the CMake-based build
   system.

Modified:
   subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL    Mon Aug 31 14:36:12 2026        (r1937696)
+++ subversion/trunk/INSTALL    Mon Aug 31 15:27:54 2026        (r1937697)
@@ -64,8 +64,14 @@ I.    INTRODUCTION
 
       You'll need the following build tools to compile Subversion:
 
-      * autoconf 2.59 or later (Unix only)
-      * libtool 2.0 or later (Unix only)
+      * autoconf 2.59 or later and libtool 2.0 or later
+        (Unix only, for the autoconf-based build system)
+
+          or
+
+      * CMake 3.20 or later (Windows and Unix, for the
+        CMake-based build system)
+
       * a reasonable C compiler (gcc, Visual Studio, etc.)
 
 

Reply via email to