install

来自「hmmer源程序」· 代码 · 共 32 行

TXT
32
字号
Brief installation instructions for squidSRE, Tue Jul 25 08:52:03 2000________________________________________________________________For a source distribution (example: squid-1.7.tar.gz), on a UNIX system:   gunzip squid-1.7.tar.gz   Uncompresses the archive.   tar xf squid-1.7.tar      Unpacks the archive.                              (makes a new directory, squid-1.7)   cd squid-1.7              Moves into the distribution toplevel directory.   ./configure               Configures the software for your system.   make                      Builds the binaries.    make install              Installs the software. (You may need to be root.)   make clean                Cleans up. The default is to install into /usr/local/bin and other /usr/localsubdirectories. If this isn't what you want, edit the top of theMakefile; instructions are provided there for changing theinstallation paths.Any failure to install on a UNIX system is a bug. Please report it.Man pages are provided for some programs; see Man/ subdirectory.   

⌨️ 快捷键说明

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