Actually the post is here

KEVIN WORTHINGTON posted the shell commands in a sh file for us to save our time. I’m just putting it in my blog so that I don’t forget it in time.

Here are those:

Don’t forget to correct the permissions of the shell script files before running them. And please run them as root ( sudo ).

like:

$ chmod a+x build-nginx-mac-os-x-mavericks.sh
$ sudo ./build-nginx-mac-os-x-mavericks.sh

Thanks.