Difference between revisions of "Emacs"

From CBLFS
Jump to navigationJump to search
m
Line 7: Line 7:
 
----
 
----
  
{{Package-Introduction||http://www.gnu.org/software/emacs/}}
+
{{Package-Introduction|The Emacs package contains an extensible, customizable, self-documenting real-time display editor.|http://www.gnu.org/software/emacs/}}
  
 
== Dependencies ==
 
== Dependencies ==
 +
 +
=== Optional ===
 +
* [[libjpeg]]
 +
* [[libpng]]
 +
* [[libtiff]]
 +
* [[libungif]]
 +
* [[X Window System]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 30: Line 37:
  
 
=== 64Bit ===
 
=== 64Bit ===
 +
 +
= Contents =
 +
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
! Installed Programs:
 +
| b2m, ctags, ebrowse, emacs, emacsclient, etags, grep-changelog, rcs-checkin
 +
|-valign="top"
 +
! Installed Libraries:
 +
| None
 +
|-valign="top"
 +
! Installed Directories:
 +
| /usr/lib/emacs, /usr/share/emacs
 +
|}

Revision as of 04:08, 23 May 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