Fix for UNICOS CC: first argument to readlink must not be const, or we
[rsync.git] / INSTALL
blob099ab2bb7517bd8686a160c0905423bf141254cf
1 To build and install rsync
3   $ ./configure
4   $ make
5   # make install
7 You may set the installation directory and other parameters by options
8 to ./configure.  To see them, use:
10   $ ./configure --help
12 As of 2.4.7, rsync uses Eric Troan's popt option-parsing library.  A
13 cut-down copy of release 1.5 is included in the rsync distribution,
14 and will be used it there is no popt library on your build host, or if
15 the --with-included-popt option is passed to ./configure.