diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |