X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1c47fbd96b32bf4c42b1c705d19c5c2ec74af5c2..3903928ca0885614d01e6d5a7561a0e999bbadf3:/INSTALL diff --git a/INSTALL b/INSTALL index 09c61e47..8d482ef8 100644 --- a/INSTALL +++ b/INSTALL @@ -14,8 +14,18 @@ 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. +If you configure using --enable-maintainer-mode, then rsync will try +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. +RPM NOTES +--------- + +Under packaging you will find .spec files for several distributions. +The .spec file in packaging/lsb can be used for Linux systems that +adhere to the Linux Standards Base (e.g., RedHat and others). + HP-UX NOTES ----------- @@ -28,3 +38,15 @@ fails: Install gcc or HP's "ANSI/C Compiler". + +MAC OSX NOTES +------------- + +Mac OS X (Darwin) seems to have an IPv6 stack, but it does not +completely implement the "New Sockets" API. + + says that Apple do not support +IPv6 yet. If your build fails, try again with --disable-ipv6. + + +