aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Großjohann2003-04-30 08:01:30 +0000
committerKai Großjohann2003-04-30 08:01:30 +0000
commit5b31a763af41a836aea6db2408aeed3304cfe93d (patch)
treee130a2d0359bece67d54ee30c933934b648366f5
parentd7acd7743626530a3f5722d9a8d77e6ca176929b (diff)
downloademacs-5b31a763af41a836aea6db2408aeed3304cfe93d.tar.gz
emacs-5b31a763af41a836aea6db2408aeed3304cfe93d.zip
(* GNU/Linux development packages): Tell people to
install additional packages for compiling Emacs.
-rw-r--r--ChangeLog5
-rw-r--r--INSTALL7
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abb561f28cd..ea5dc7cbfcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12003-04-30 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
2
3 * INSTALL (* GNU/Linux development packages): Tell people to
4 install additional packages for compiling Emacs.
5
12003-04-06 Francesco Potort,Al(B <pot@gnu.org> 62003-04-06 Francesco Potort,Al(B <pot@gnu.org>
2 7
3 * configure.in: Use the same configuration for all aix5, not just 8 * configure.in: Use the same configuration for all aix5, not just
diff --git a/INSTALL b/INSTALL
index fe06bff8aae..06857b4f9f0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -172,6 +172,13 @@ BDF fonts etl-unicode.tar.gz used by ps-print and ps-mule to print
172Unicode characters are available from <URL:ftp://ftp.x.org/contrib/fonts/> 172Unicode characters are available from <URL:ftp://ftp.x.org/contrib/fonts/>
173and <URL:ftp://ftp.xfree86.org/pub/X.Org/contrib/fonts/>. 173and <URL:ftp://ftp.xfree86.org/pub/X.Org/contrib/fonts/>.
174 174
175* GNU/Linux development packages
176
177Many GNU/Linux systems do not come with development packages by
178default; they just include the files that you need to run Emacs, but
179not those you need to compile it. For example, to compile Emacs with
180X11 support, you may need to install the special `X11 development'
181package (`xlibs-dev' on Debian).
175 182
176 183
177DETAILED BUILDING AND INSTALLATION: 184DETAILED BUILDING AND INSTALLATION: