diff options
author | Glenn Morris <rgm@gnu.org> | 2018-09-14 08:54:28 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-09-14 08:54:28 -0700 |
commit | 24f240d51e0da1d36950907a753273ecd8ea2075 (patch) | |
tree | e0151753eb3314c2cd6d40c513e447ca6b890f69 /INSTALL | |
parent | 41c2d25912fdd7b9adb5c550618335158a0b9d97 (diff) | |
download | emacs-24f240d51e0da1d36950907a753273ecd8ea2075.tar.gz |
Tiny doc updates re yum/dnf etc
* INSTALL: Mention dnf and Debian unversioned emacs package.
* doc/misc/efaq.texi (Installing Emacs): Mention dnf.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -202,8 +202,9 @@ The names of the packages that you need varies according to the GNU/Linux distribution that you use, and the options that you want to configure Emacs with. On Debian-based systems, you can install all the packages needed to build the installed version of Emacs with a command -like 'apt-get build-dep emacs24'. On Red Hat systems, the -corresponding command is 'yum-builddep emacs'. +like 'apt-get build-dep emacs' (on older systems, replace 'emacs' with +eg 'emacs25'). On Red Hat-based systems, the corresponding command is +'dnf builddep emacs' (or older systems, use 'yum-builddep' instead). DETAILED BUILDING AND INSTALLATION: |