The Emacs package contains an extensible, customizable, self-documenting real-time display editor.
Download (HTTP): http://ftp.gnu.org/pub/gnu/emacs/emacs-21.4a.tar.gz
Download (FTP): ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.4a.tar.gz
Download MD5 sum: 8f9d97cbd126121bd5d97e5e31168a87
Download size: 20.4 MB
Estimated disk space required: 96.8 MB
Estimated build time: 4.2 SBU
X Window System, libjpeg-6b, libpng-1.2.12, LibTIFF-3.8.2, and libungif
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/emacs
In some circumstances, the AltGr modifier key present on some keyboards is not recognized. Ensure that it is by applying the following patch:
patch -Np1 -i ../emacs-21.4a-altgr-1.patch
Install Emacs by running the following commands:
./configure --prefix=/usr --libexecdir=/usr/lib && make bootstrap
This package does not come with a test suite.
Now, as the root user:
make install
--libexecdir=/usr/lib: Place library executables in a Filesystem Hierarchy Standard (FHS) location.
Last updated on 2006-10-11 23:46:44 -0500