repo.or.cz
/
linux_from_scratch_hints.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lfs-uefi: fix efivar-37 FTBFS
[linux_from_scratch_hints.git]
/
OLD
/
emacs-editor.txt
blob
20cfe2eea949a51b2a971c3374aff6b3359f8807
1
TITLE: Emacs hint
2
VERSION: any
3
AUTHOR: Joe Weidenbach <weidenbach@web-weaver.net>
4
5
SYNOPSIS:
6
Installing Emacs.
7
8
HINT:
9
10
Download: ftp://ftp.gnu.org/gnu/emacs/
11
12
Download both the emacs and leim tarballs.
13
14
Install Emacs by running:
15
./configure --with-gcc &&
16
make &&
17
make install
18