install.dxx

来自「Doc++,可以根据你的C/C++和java的源码文件中的注释行自动生成Html」· DXX 代码 · 共 44 行

DXX
44
字号
/** @name Installation Instructions    The steps in order to compile this package are:    {\bf 1.} `cd' to the directory containing the package's source code and type    `./configure' to configure the package for your system. If you're    using `csh' on an old version of System V, you might need to type    `sh ./configure' instead to prevent `csh' from trying to execute    `configure' itself.     Running `configure' takes awhile. While running, it prints some messages     telling which features it is checking for.     The `configure' script is generated from `configure.in' by GNU's autoconf     and it attempts to guess correct values for various system-dependent     variables used during compilation. It also creates the Makefiles needed to     compile the package and a `.h' file containing system-dependent     definitions;    {\bf 2.} Type `make' to compile the package;    {\bf 3.} Type `make install' to install the package. This operation should be    done logged on as root;    {\bf 4.} You can remove the object files from the source directory by typing    `make clean'. To also remove the files that `configure' created    (so you can compile the package for a different kind of system), type    `make distclean';    {\bf 5.} Type `make uninstall' to remove the package from the destination    directories.    {\bf Installation directories}    By default, `make install' will install the package's binaries in    `/usr/bin'. You can specify an installation prefix other than `/usr'    by giving `configure' the option `--prefix=PATH'.    {\bf Other features and options}    --enable-debug to enable generation of debugging informations; for other    options, type `./configure --help'.*/

⌨️ 快捷键说明

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