diff options
| author | Stefan Kangas | 2021-10-18 02:35:33 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-10-18 02:36:47 +0200 |
| commit | 3b138917b792695cc015a4a6786e171e768dc708 (patch) | |
| tree | ed01038e9025476c5bf1e54490b49ab2259d47f4 | |
| parent | ce714465851f5687a7964bf5178515db75c26b87 (diff) | |
| download | emacs-3b138917b792695cc015a4a6786e171e768dc708.tar.gz emacs-3b138917b792695cc015a4a6786e171e768dc708.zip | |
; * INSTALL: Fix typo.
| -rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -220,7 +220,7 @@ GNU/Linux distribution that you use, and the options that you want to | |||
| 220 | configure Emacs with. On Debian-based systems, you can install all the | 220 | configure Emacs with. On Debian-based systems, you can install all the |
| 221 | packages needed to build the installed version of Emacs with a command | 221 | packages needed to build the installed version of Emacs with a command |
| 222 | like 'apt-get build-dep emacs' (on older systems, replace 'emacs' with | 222 | like 'apt-get build-dep emacs' (on older systems, replace 'emacs' with |
| 223 | eg 'emacs25'). On Red Hat-based systems, the corresponding command is | 223 | e.g. 'emacs25'). On Red Hat-based systems, the corresponding command is |
| 224 | 'dnf builddep emacs' (on older systems, use 'yum-builddep' instead). | 224 | 'dnf builddep emacs' (on older systems, use 'yum-builddep' instead). |
| 225 | 225 | ||
| 226 | On FreeBSD, the command is 'pkg install -y `pkg rquery %dn emacs-devel`'. | 226 | On FreeBSD, the command is 'pkg install -y `pkg rquery %dn emacs-devel`'. |