readme.checkout
来自「很好的命令行下载工具.开发环境为unix/linux」· CHECKOUT 代码 · 共 29 行
CHECKOUT
29 行
Important note:To reduce bandwidth and needless updates, the Subversion tree does notcontain automatically-generated files, even when those files arenormally present in the distribution tarballs.Therefore, if you're building from the sources obtained viaSubversion, you'll need to have at least GNU Autoconf (2.59 or newer)installed on your system. To generate the Info documentation, youwill need the GNU Texinfo package. Those packages are available from<ftp://ftp.gnu.org/pub/gnu/<package>/> and its mirrors, listed at<http://www.gnu.org/order/ftp.html>.In case you aren't used to running autoconf manually to generate thenecessary configure script, a script called autogen.sh has beenprovided, and may be invoked using `./autogen.sh'. Once the scripthas completed, the configure script will reside in the currentdirectory and you can proceed to build Wget as described in the`INSTALL' file.To summarize, once you've checked out wget from the Subversionrepository, the commands you'll execute will be as follows (barringany extra options to `configure' or to `make'): cd wget ./autogen.sh ./configure make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?