We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae2276 commit 448d3bcCopy full SHA for 448d3bc
INSTALL.txt
@@ -5,8 +5,12 @@
5
(mapc 'load (directory-files "~/.emacs.ext/config" t "\.el$"))
6
7
从CVS编译方法:
8
-./configure --prefix=/usr/local/emacs23 --with-xft --with-fretype --enable-font-backend --with-x-toolkit=gtk --with-freetype2 --with-x --with-xpm --with-jpeg --with-tiff --with-gif --with-png
+cvs -z3 -d:pserver:[email protected]:/sources/emacs co emacs
9
10
+./configure --prefix=/usr/local/emacs23 --with-xft --with-fretype --enable-font-backend --with-x-toolkit=gtk --with-freetype2 --with-x --with-xpm --with-jpeg --with-tiff --with-gif --with-png
11
+make bootstrap
12
+make
13
+sudo make install
14
15
目前包括以下插件:
16
1、emacs on rails (包括需要的ruby-mode/snippet/find-recursive)
0 commit comments