Difference between revisions of "Emacs"
From CBLFS
Jump to navigationJump to search (Added patch location and note.) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
| http://ftp.gnu.org/pub/gnu/emacs/emacs-{{Emacs-Version}}.tar.gz | | http://ftp.gnu.org/pub/gnu/emacs/emacs-{{Emacs-Version}}.tar.gz | ||
+ | |- | ||
+ | !Download Optional Patch: | ||
+ | | https://bugzilla.redhat.com/attachment.cgi?id=374742 | ||
|} | |} | ||
---- | ---- | ||
− | {{ | + | {{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]] | ||
+ | * [[GifLib]] | ||
+ | * [[X Window System]] | ||
+ | |||
+ | {{Note|If you are using GCC-4.4.x and upwards then there is a chance that you will get error "commands commence before first target". This is because of the way C Preprocessor is producing the code. This bug has been reported. The details can be found at https://bugzilla.redhat.com/show_bug.cgi. Bug id 540921. Apply the patch only if | ||
+ | you get the error. After applying patch run 'autoconf' to regenerate 'configure' script.}} | ||
== Non-Multilib == | == Non-Multilib == | ||
Line 30: | Line 43: | ||
=== 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 | ||
+ | |} | ||
+ | |||
+ | [[Category:Text Editors]] |
Latest revision as of 00:33, 19 September 2010
Download Source: | http://ftp.gnu.org/pub/gnu/emacs/emacs-23.1.tar.gz |
---|---|
Download Optional Patch: | https://bugzilla.redhat.com/attachment.cgi?id=374742 |
Contents
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
If you are using GCC-4.4.x and upwards then there is a chance that you will get error "commands commence before first target". This is because of the way C Preprocessor is producing the code. This bug has been reported. The details can be found at https://bugzilla.redhat.com/show_bug.cgi. Bug id 540921. Apply the patch only if
you get the error. After applying patch run 'autoconf' to regenerate 'configure' script.
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 |