summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-02-24 01:45:21 +0000
committerMartin Pool <mbp@samba.org>2001-02-24 01:45:21 +0000
commit26c08b6c2183b2b22b7dbdd2dad3814bf0c07cb1 (patch)
treef2e6696ee70dba881e31d463f34543f93668a766
parent4db414928370edd557a1ff09cacc3aee2b39656c (diff)
downloadrsync-26c08b6c2183b2b22b7dbdd2dad3814bf0c07cb1.tar.gz
Add some brief notes on how to install.
-rw-r--r--INSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 00000000..099ab2bb
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,15 @@
+To build and install rsync
+
+ $ ./configure
+ $ make
+ # make install
+
+You may set the installation directory and other parameters by options
+to ./configure. To see them, use:
+
+ $ ./configure --help
+
+As of 2.4.7, rsync uses Eric Troan's popt option-parsing library. A
+cut-down copy of release 1.5 is included in the rsync distribution,
+and will be used it there is no popt library on your build host, or if
+the --with-included-popt option is passed to ./configure.