⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 Rsync 3.0.5 source code
💻
字号:
To build and install rsync:  $ ./configure  $ make  # make installYou may set the installation directory and other parameters by optionsto ./configure.  To see them, use:  $ ./configure --helpConfigure 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 thedefault group of an rsync daemon, which attempts to run with "nobody"user and group permissions.)  You can change the default user and groupfor the daemon by editing the NOBODY_USER and NOBODY_GROUP defines inconfig.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.  Acut-down copy of release 1.6.4 is included in the rsync distribution,and will be used if there is no popt library on your build host, or ifthe --with-included-popt option is passed to ./configure.If you configure using --enable-maintainer-mode, then rsync will tryto pop up an xterm on DISPLAY=:0 if it crashes.  You might find thisuseful, 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 thatadhere to the Linux Standards Base (e.g., RedHat and others).HP-UX NOTES-----------The HP-UX 10.10 "bundled" C compiler seems not to be able to cope withANSI C.  You may see this error message in config.log if ./configurefails:  (Bundled) cc: "configure", line 2162: error 1705: Function prototypes are an ANSI feature.Install gcc or HP's "ANSI/C Compiler".MAC OSX NOTES-------------Some versions of Mac OS X (Darwin) seem to have an IPv6 stack, but donot completely implement the "New Sockets" API.  <http://www.ipv6.org/impl/mac.html> says that Apple started to supportIPv6 in 10.2 (Jaguar).  If your build fails, try again after runningconfigure with --disable-ipv6.IBM AIX NOTES-------------IBM AIX has a largefile problem with mkstemp.  See IBM PR-51921.The workaround is to append the below to config.h	#ifdef _LARGE_FILES	#undef HAVE_SECURE_MKSTEMP	#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -