diff options
author | Adriano Melo <github@adrianomelo.com> | 2017-10-13 19:50:06 +0200 |
---|---|---|
committer | Joan Touzet <wohali@users.noreply.github.com> | 2017-10-13 13:50:06 -0400 |
commit | 7ae6928806edd1a145157ffc3444c4e0925f63d0 (patch) | |
tree | 313b7ae22e1babc25dae7796bc0f54e6b841257e | |
parent | d0445f53a837db374e56eb59ede63694ed6e4c33 (diff) | |
download | couchdb-7ae6928806edd1a145157ffc3444c4e0925f63d0.tar.gz |
Update Unix install dependencies (FreeBSD) (#888)
-rw-r--r-- | INSTALL.Unix.md | 5 |
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: |