Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
outlinetrue

Mac System Dependencies

  • Xcode
  • OpenSSL 
  • wgetOpenSSL 
  • wget
Notes:

The easiest instruction I found was to use:

Code Block
brew install wget

This command will install other wget dependencies including openssl. Don't forget to read the output of the brew command and add openssl to PATH in ~/.bash_profile.

Common errors and fixes:

Mac - libcryto.a not found

...