Setup preparation for Mining STEEM for Dummies on MacOS
I am using Mac OS 10.11.5 but it should work on other versions as well.
Step 1
- install Xcode from the App Store and open it for the first time to get the build tools installed
Step 2
- install homebrew if you haven't already
Step 3
- in terminal type in:
brew install python3 automake doxygen openssl wget
- after installation:
brew link openssl --force
Step 4
- now you should be able to follow the next steps on Mining STEEM for Dummies starting at
wget -O boost_1_60_0.tar.gz ...