Emacs: Difference between revisions
From CBLFS
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
| Line 51: | Line 51: | ||
| /usr/lib/emacs, /usr/share/emacs | | /usr/lib/emacs, /usr/share/emacs | ||
|} | |} | ||
[[Category:Text Editors]] | |||
Revision as of 17:41, 5 July 2008
| Download Source: | http://ftp.gnu.org/pub/gnu/emacs/emacs-23.1.tar.gz |
|---|
Introduction to Emacs
The Emacs package contains an extensible, customizable, self-documenting real-time display editor.
Project Homepage: http://www.gnu.org/software/emacs/
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --libexecdir=/usr/lib --localstatedir=/var && make bootstrap
Install the package
make install && chown -v -R root:root /usr/share/emacs/23.1
Multilib
32Bit
N32
64Bit
Contents
| Installed Programs: | b2m, ctags, ebrowse, emacs, emacsclient, etags, grep-changelog, rcs-checkin |
|---|---|
| Installed Libraries: | None |
| Installed Directories: | /usr/lib/emacs, /usr/share/emacs |