summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriano Melo <github@adrianomelo.com>2017-10-13 19:50:06 +0200
committerJoan Touzet <wohali@users.noreply.github.com>2017-10-13 13:50:06 -0400
commit7ae6928806edd1a145157ffc3444c4e0925f63d0 (patch)
tree313b7ae22e1babc25dae7796bc0f54e6b841257e
parentd0445f53a837db374e56eb59ede63694ed6e4c33 (diff)
downloadcouchdb-7ae6928806edd1a145157ffc3444c4e0925f63d0.tar.gz
Update Unix install dependencies (FreeBSD) (#888)
-rw-r--r--INSTALL.Unix.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index 3ed2091f0..eb7e72c76 100644
--- a/INSTALL.Unix.md
+++ b/INSTALL.Unix.md
@@ -135,6 +135,11 @@ You can install this by running:
pkg install gmake
+You can install the remaining dependencies by running:
+
+ pkg install npm4 help2man openssl icu curl git \
+ autoconf automake libtool node spidermonkey185
+
## Installing
Once you have satisfied the dependencies you should run: