📄 install
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -