diff options
| author | Kai Großjohann | 2003-04-30 08:01:30 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2003-04-30 08:01:30 +0000 |
| commit | 5b31a763af41a836aea6db2408aeed3304cfe93d (patch) | |
| tree | e130a2d0359bece67d54ee30c933934b648366f5 | |
| parent | d7acd7743626530a3f5722d9a8d77e6ca176929b (diff) | |
| download | emacs-5b31a763af41a836aea6db2408aeed3304cfe93d.tar.gz emacs-5b31a763af41a836aea6db2408aeed3304cfe93d.zip | |
(* GNU/Linux development packages): Tell people to
install additional packages for compiling Emacs.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | INSTALL | 7 |
2 files changed, 12 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-04-06 Francesco Potort,Al(B <pot@gnu.org> | 6 | 2003-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 |
| @@ -172,6 +172,13 @@ BDF fonts etl-unicode.tar.gz used by ps-print and ps-mule to print | |||
| 172 | Unicode characters are available from <URL:ftp://ftp.x.org/contrib/fonts/> | 172 | Unicode characters are available from <URL:ftp://ftp.x.org/contrib/fonts/> |
| 173 | and <URL:ftp://ftp.xfree86.org/pub/X.Org/contrib/fonts/>. | 173 | and <URL:ftp://ftp.xfree86.org/pub/X.Org/contrib/fonts/>. |
| 174 | 174 | ||
| 175 | * GNU/Linux development packages | ||
| 176 | |||
| 177 | Many GNU/Linux systems do not come with development packages by | ||
| 178 | default; they just include the files that you need to run Emacs, but | ||
| 179 | not those you need to compile it. For example, to compile Emacs with | ||
| 180 | X11 support, you may need to install the special `X11 development' | ||
| 181 | package (`xlibs-dev' on Debian). | ||
| 175 | 182 | ||
| 176 | 183 | ||
| 177 | DETAILED BUILDING AND INSTALLATION: | 184 | DETAILED BUILDING AND INSTALLATION: |