aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 059527d6f7..01ff807075 100644
--- a/README.md
+++ b/README.md
@@ -274,7 +274,7 @@ and what is currently being worked on:
#### Ubuntu/Debian
- sudo apt-get install libtool autoconf cmake libncurses5-dev g++
+ sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++
#### FreeBSD 10
@@ -294,12 +294,12 @@ certificates or have not set them up correctly:
Via MacPorts:
- sudo port install curl-ca-bundle
+ sudo port install curl-ca-bundle libtool automake cmake
echo CA_CERTIFICATE=/opt/local/share/curl/curl-ca-bundle.crt >> ~/.wgetrc
Via Homebrew:
- brew install curl-ca-bundle
+ brew install curl-ca-bundle libtool automake cmake
echo CA_CERTIFICATE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt >> ~/.wgetrc