123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- 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
- Configure tries to figure out if the local system uses group "nobody" or
- "nogroup" by looking in the /etc/group file. (This is only used for the
- default group of an rsync daemon, which attempts to run with "nobody"
- user and group permissions.) You can change the default user and group
- for the daemon by editing the NOBODY_USER and NOBODY_GROUP defines in
- config.h, or just override them in your /etc/rsyncd.conf file.
- As of 2.4.7, rsync uses Eric Troan's popt option-parsing library. A
- cut-down copy of a recent release is included in the rsync distribution,
- and will be used if there is no popt library on your build host, or if
- the
- If you configure using
- to pop up an xterm on DISPLAY=:0 if it crashes. You might find this
- useful, but it should be turned off for production builds.
- MAKE COMPATIBILITY
- Note that Makefile.in has a rule that uses a wildcard in a prerequisite. If
- your make has a problem with this rule, you will see an error like this:
- Don't know how to make .
|