summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-12-02 12:50:20 +0100
committerMichael Albinus <michael.albinus@gmx.de>2020-12-02 12:50:20 +0100
commit3ebd17d04f4af07ede0ec3297e6ffaaede17cc88 (patch)
tree7c234b8f4883fd884a81a00aa9555583d3ed0ace /INSTALL
parent4bb554cf24b0947b15a94d4c2190a718f631e75d (diff)
downloademacs-3ebd17d04f4af07ede0ec3297e6ffaaede17cc88.tar.gz
* INSTALL: Add the installation command of development packages for FreeBSD.
Recipe contributed by Joseph Mingrone <jrm@ftfl.ca>.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 5909e8c9fcf..324ef60c694 100644
--- 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: