install

来自「base64编码」· 代码 · 共 26 行

TXT
26
字号
To build and install this program on Unix-like systems:    1.  cd to the directory in which you unpacked this distribution.    2.  Configure the program for your system by running:            ./configure        This will create a Makefile and config.h appropriate for        your system.    3.  Build the program with:            make    4.  Test the results with:            make check        For a more demanding test run:            make wringer    5.  To preview where the program will be installed, use:            make -n install        To install the executable and manual page in the        destinations shown by the above command:            make install        Depending on permissions of the destination directories,        you may need to be super-user to perform the installation.

⌨️ 快捷键说明

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