summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-09 07:39:02 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-09 07:39:02 +0000
commita0be362d4c0a35f118e26bd96237830fcae71e08 (patch)
tree28e63370d70d506764fa7ebcf96386064b797137
parent0fd98817c02e2c069c09e895e8d72a3d23a90add (diff)
downloadrdiff-backup-a0be362d4c0a35f118e26bd96237830fcae71e08.tar.gz
Added note about --librsync-dir and changed requirement to librsync 0.9.6
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@394 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/README19
1 files changed, 14 insertions, 5 deletions
diff --git a/rdiff-backup/README b/rdiff-backup/README
index b23b84a..063394f 100644
--- a/rdiff-backup/README
+++ b/rdiff-backup/README
@@ -14,15 +14,24 @@ The default prefix is /usr, so files are put in /usr/bin,
python setup.py install --prefix=/usr/local
-A few special build arguments can be specified such as --librsync-dir,
---lflags, and --libs, and the LIBRSYNC_DIR, LFLAGS, and LIBS
-environment variables will also be used. Running setup.py with no
-arguments will also display some help.
+The setup script expects to find librsync headers and libraries in the
+default location, usually /usr/include and /usr/lib. If you want the
+setup script to check different locations, use the --librsync-dir
+switch or the LIBRSYNC_DIR environment variable. For instance,
+
+ python setup.py --librsync-dir=/usr/local build
+
+instructs the setup program to look in /usr/local/include and
+/usr/local/lib for the librsync files.
+
+Finally, the --lflags and --libs options, and the LFLAGS and LIBS
+environment variables are also recognized. Running setup.py with no
+arguments will display some help.
REQUIREMENTS:
-Remember that you must have Python 2.2 or later and librsync 0.9.5.1
+Remember that you must have Python 2.2 or later and librsync 0.9.6
or later installed. For Python, see http://www.python.org. The
rdiff-backup homepage at http://rdiff-backup.stanford.edu/ should have
a recent version of librsync; otherwise see the librsync homepage at