Split code to generate "rwx-----" strings into lib/permstring.c so it
[rsync/rsync.git] / INSTALL
CommitLineData
26c08b6c
MP
1To build and install rsync
2
3 $ ./configure
4 $ make
5 # make install
6
7You may set the installation directory and other parameters by options
8to ./configure. To see them, use:
9
10 $ ./configure --help
11
12As of 2.4.7, rsync uses Eric Troan's popt option-parsing library. A
13cut-down copy of release 1.5 is included in the rsync distribution,
14and will be used it there is no popt library on your build host, or if
15the --with-included-popt option is passed to ./configure.