Author: lyalyakin
Date: Mon Aug 31 13:15:16 2026
New Revision: 1937693
Log:
Removing get-deps.sh from the INSTALL guide
* INSTALL
(I.C): Remove the get-deps.sh section that was added in r1937573.
(I.C.2): Remove the get-deps.sh info.
(I.C.19): Remove the get-deps.sh info.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
==============================================================================
--- subversion/trunk/INSTALL Mon Aug 31 13:00:11 2026 (r1937692)
+++ subversion/trunk/INSTALL Mon Aug 31 13:15:16 2026 (r1937693)
@@ -264,8 +264,8 @@ I. INTRODUCTION
To use an SQLite-provided amalgamation, just drop sqlite3.c into
Subversion's sqlite-amalgamation/ directory, or point to it with the
- --with-sqlite configure option. The amalgamation can be obtained via
- get-deps.sh or from the official SQLite website:
+ --with-sqlite configure option. The amalgamation can be obtained
+ from the official SQLite website:
https://www.sqlite.org/download.html
@@ -506,33 +506,6 @@ I. INTRODUCTION
The library can be downloaded from GitHub:
https://github.com/encukou/py3c
-
- On Unix systems, you can also use the provided get-deps.sh
- script to download py3c and several other dependencies.
-
-
- Note on get-deps.sh
-
- The optional 'get-deps.sh' script, available in the same directory as
- this INSTALL document you are reading, downloads the source code of
- several dependencies.
-
- Note: The script downloads fixed versions of the dependencies that are
- defined at the top of the script's code. These versions are not
- necessarily the latest releases.
-
- The dependencies obtained this way still need to be
- configured, built and installed explicitly (with the exception of
- 'sqlite-amalgamation') and the Subversion's own configure script may need
- to be told where to find them, if they were not installed in the standard
- system locations.
-
- When run, the script will place 'apr', 'apr-util', 'serf', 'zlib', and
- 'sqlite-amalgamation' directories directly into your unpacked Subversion
- distribution.
-
- There are optional dependencies (such as swig and httpd) which
- get-deps.sh does not download.
D. Documentation