mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* INSTALL: Add the installation command of development packages for FreeBSD.
Recipe contributed by Joseph Mingrone <jrm@ftfl.ca>.
This commit is contained in:
parent
4bb554cf24
commit
3ebd17d04f
1 changed files with 3 additions and 0 deletions
3
INSTALL
3
INSTALL
|
|
@ -113,6 +113,7 @@ sections if you need to.
|
|||
|
||||
make help
|
||||
|
||||
|
||||
ADDITIONAL DISTRIBUTION FILES
|
||||
|
||||
* Complex Text Layout support libraries
|
||||
|
|
@ -222,6 +223,8 @@ 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' (on older systems, use 'yum-builddep' instead).
|
||||
|
||||
On FreeBSD, the command is 'pkg install -y `pkg rquery %dn emacs-devel`'.
|
||||
|
||||
|
||||
DETAILED BUILDING AND INSTALLATION:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue