]> git.eshelyaron.com Git - emacs.git/commitdiff
* INSTALL: Add the installation command of development packages for FreeBSD.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 2 Dec 2020 11:50:20 +0000 (12:50 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 2 Dec 2020 11:50:20 +0000 (12:50 +0100)
Recipe contributed by Joseph Mingrone <jrm@ftfl.ca>.

INSTALL

diff --git a/INSTALL b/INSTALL
index 5909e8c9fcf9f7abec0201ba4fa7941cefe9f138..324ef60c694153bbfd54c26e0e2c83649fb6dd22 100644 (file)
--- a/INSTALL
+++ b/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: