Simple Guide to Install wolfssl on Mac
What is “wolfssl” Package?
Embedded SSL Library written in C
For more details: https://www.wolfssl.com/wolfSSL/Home.html
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install wolfssl.
brew install wolfssl
Now, use wolfssl!