Follow their instructions for grabbing the source You will need wget, which is not present. So from here wget is simply curl -O. However there are a bunch of problems with making wget an alias to curl -O from aliases not being expanded in noninteractive shells to some debate about what /bin/sh does on mac. My pragmatic solution was make a one line script curl -O "$@" and save it as /usr/bin/wget and chmod +x for that file Then proceed with make which should conclude successfully
I've moved to kaushikghose.wordpress.com