install
来自「Magic C++!的源代码」· 代码 · 共 45 行
TXT
45 行
Installing magicd -*- text -*-**************For compiling and installing magicd on a system, please follow theseinstructions.To build a complete magicd from sources, you need: * The C compiler , including a matching C runtime library . We recommend GNU C compiler. * A `make' program. We recommend GNU make. If (and only if) you make changes to the magicd sources, or if you buildmagicd from a CVS archive, you may also need: * `automake' (after changes to Makefile templates) * `autoconf' (after changes to configuration files) * `autoscan' (after changes to parser and scanner files) Basic Installation==================Basically, to build and install magicd from sources, you enter threecommands: $ ./configure $ make $ make installInstallation Names------------------By default, `make install' will install the magicd files inyour current working directory. You can specify aninstallation prefix other than your current working directory by giving `configure' theoption `--prefix=PATH'.i.e. ./configure --prefix=/usr/local.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?