Author: danielsh
Date: Sat Apr 30 13:52:05 2011
New Revision: 1098110
URL: http://svn.apache.org/viewvc?rev=1098110&view=rev
Log:
* INSTALL (1.C):
Update to reflect s/subversion-deps.tar.gz/get-deps.sh/.
Modified:
subversion/trunk/INSTALL
Modified: subversion/trunk/INSTALL
URL:
http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1098110&r1=1098109&r2=1098110&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Sat Apr 30 13:52:05 2011
@@ -162,27 +162,19 @@ I. INTRODUCTION
need before starting out, however, you should read the following.
If you're just installing a Subversion client, the Subversion
- team has created a package containing the minimal prerequisite
- libraries (Apache Portable Runtime, Serf, and Zlib) called the
- "dependency package" tarball or zipfile. You should be able to
- find it at the same place that you downloaded the Subversion
- tarball itself from. (Note that this is new as of Subversion
- 1.4.0; previous releases packaged the dependencies in the same
- tarball as Subversion itself.) If you don't have these
- libraries installed already, you can simply unpack the
- dependency package "on top of" the Subversion package; for
- example, if you are using a .tar.gz bundle on Unix, you could
- type:
-
- $ tar xzvf subversion-1.x.x.tar.gz
- $ tar xzvf subversion-deps-1.x.x.tar.gz
- $ cd subversion-1.x.x
-
- This will place 'apr', 'apr-util', 'serf', and 'zlib'
+ team has created a script that downloads the minimal prerequisite
+ libraries (Apache Portable Runtime, Sqlite, and Zlib). The script,
+ 'get-deps.sh', is available in the same directory as this file.
+ When run, it will place 'apr', 'apr-util', 'serf', 'neon',
+ 'zlib', and 'sqlite-amalgamation'
directories directly into your unpacked Subversion distribution,
where they will be automatically configured and built by
Subversion's build process.
+ Note: there are optional dependencies (such as openssl, swig, and httpd)
+ which get-deps.sh does not download and Subversion does not attempt to
+ configure or build.
+
Note: Because previous builds of Subversion may have installed older
versions of these libraries, you may want to run some of the cleanup
commands described in section II.B before installing the following.