install

来自「LiunxC++蜘蛛」· 代码 · 共 27 行

TXT
27
字号
INSTALLATION============Before installing fetch, the HTTP Fetcher library must be installed.It can be downloaded from http://cs.nmu.edu/~lhanson/http_fetcher/-------------------From the main fetch directory, type:		1) ./configure	2) make		then, as root...	3) make installThat's it.  The program should then be located in /usr/local/bin/ (unless you specified a different prefix).If you don't have root on the machine, you can install the package in yourhome directory.  For step 1, do "./configure --prefix=YOUR_PATH" whereYOUR_PATH is the directory under which you'd like to install the package.To uninstall (from the main fetch distribution directory), type	make uninstallLyle Hanson (lhanson@cs.nmu.edu)

⌨️ 快捷键说明

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