Add some brief notes on how to install.
authorMartin Pool <mbp@samba.org>
Sat, 24 Feb 2001 01:45:21 +0000 (01:45 +0000)
committerMartin Pool <mbp@samba.org>
Sat, 24 Feb 2001 01:45:21 +0000 (01:45 +0000)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..099ab2b
--- /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.