readme.cvs
来自「wget (command line browser) source code」· CVS 代码 · 共 29 行
CVS
29 行
Important note:To reduce bandwidth and needless updates, the CVS tree does notcontain automatically-generated files, even when those files arenormally present in the distribution tarballs.Therefore, if you're building from the CVS sources, you'll need tohave GNU autoconf, gettext, and texinfo installed on your machine(these do the afore-mentioned automatic generation). The threepackages are available from <ftp://ftp.gnu.org/pub/gnu/<package>/> andits mirrors (please choose one close to you), 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 file called Makefile.cvs has beenprovided, and may be called using `make -f Makefile.cvs'. Once theMakefile has called autoconf to generate the configure script, you canbuild in the usual fashion.To summarize, once you've checked out wget from the CVS archive(instructions for which can be found on the Development page of theWget website), the commands you'll execute will be as follows (barringany extra options to `configure' or to the second `make'): cd wget make -f Makefile.cvs ./configure make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?