install

来自「Emacs 插件代码,增加unicode支持和中文支持」· 代码 · 共 53 行

TXT
53
字号
System Requirements===================mule-gbk is designed for GNU Emacs 21 to handle Chinese GBK characters.You need GNU Emacs 21 to build mule-gbk.Basic Installation==================The simplest way to build and install mule-gbk is:  1. `cd' to the mule-gbk source directory and type `./configure' to     configure mule-gbk for your system.  2. Type `make' to build the byte-compiled Lisp file.  3. Type `make install' to install the mule-gbk Lisp files.Byte compile the Lisp source with GBK characters================================================See the file `mule-gbk-bc.el' .Installation Names==================By default, `make install' will install the package's files in`/usr/local/share/emacs/site-lisp'.  You can specify an installationprefix other than `/usr/local' by giving `configure' the option`--prefix=PATH'.If your installed copy of GNU Emacs 21 is named something other than`emacs', you will need to tell `make' where to find it sothat it can correctly byte-compile the mule-gbk sources.For example, to force the use of emacs21 you might do:	./configure	make EMACS=emacs21	make installAlso, the `--prefix=PATH' option to `configure' may not be generalenough to set the paths you want.  If not, you can pass variables tothe `make' command to control the installation.For example, to put the Lisp files in `$HOME/mule-gbk', you would type:	./configure	make	make lispdir=$HOME/mule-gbk install

⌨️ 快捷键说明

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