SONIC3D / gendev-macos

Genesis/MegaDrive Development Environment for Mac OS X
BSD 3-Clause "New" or "Revised" License
70 stars 8 forks source link

Wget install instructions may not work #6

Open lowlevelsoul opened 6 years ago

lowlevelsoul commented 6 years ago

If the user does not have ssl already installed, the wget installation step will fail. I'd suggest an alternate path of installing wget via brew to manage install dependancies.

First install brew; ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install

Use brew to install wget with ssl; brew install wget --with-libressl