2015-03-08 OS X
Some time ago I wrote an article about installing Wget equivalent in OS X. Now, thanks to Homebrew you can have Wget instead of using cURL which has a little bit more complex syntax.
I assume that you already have Homebrew installed. If not, then please follow this page. Now in Terminal simply type
brew install wget
Yes! Just that, it will take seconds. No sources, no compilation.
Pretty easy.