Difference between revisions of "Emacs"
From CBLFS
Jump to navigationJump to searchLine 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http://ftp.gnu.org/pub/gnu/emacs/emacs- | + | | http://ftp.gnu.org/pub/gnu/emacs/emacs-{{Emacs-Version}}.tar.gz |
|} | |} | ||
Line 21: | Line 21: | ||
make install && | make install && | ||
− | chown -v -R root:root /usr/share/emacs/ | + | chown -v -R root:root /usr/share/emacs/{{Emacs-Version}} |
== Multilib == | == Multilib == |
Revision as of 10:13, 8 May 2008
Download Source: | http://ftp.gnu.org/pub/gnu/emacs/emacs-23.1.tar.gz |
---|
Contents
Introduction to Emacs
Project Homepage: Unknown
Dependencies
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