Difference between revisions of "Emacs"
From CBLFS
Jump to navigationJump to search (→32Bit) |
|||
Line 32: | Line 32: | ||
== Multilib == | == Multilib == | ||
− | === | + | USE_ARCH=32 CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \<br/> |
+ | PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} ./configure --prefix=/usr \<br/> | ||
+ | --libexecdir=/usr/lib --localstatedir=/var \<br/> | ||
+ | --host=i386-pc-linux-gnu --target=i386-pc-linux-gnu &&<br/> | ||
+ | make bootstrap<br/> | ||
+ | <br/> | ||
+ | make install &&<br/> | ||
+ | chown -v -R root:root /usr/share/emacs/22.2<br/> | ||
=== N32 === | === N32 === |
Revision as of 18:17, 28 February 2009
Download Source: | http://ftp.gnu.org/pub/gnu/emacs/emacs-23.1.tar.gz |
---|
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
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
USE_ARCH=32 CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} ./configure --prefix=/usr \
--libexecdir=/usr/lib --localstatedir=/var \
--host=i386-pc-linux-gnu --target=i386-pc-linux-gnu &&
make bootstrap
make install &&
chown -v -R root:root /usr/share/emacs/22.2
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 |