devel - openssl
devel - g++-gcc
devel - make
python - python
devel - git
- Open the cygwin command line with Start > Cygwin > Cygwin Bash Shell.
$ git clone git://github.com/ry/node.git
$ cd node
$ ./configure
$ make
$ sudo make install
Via Homebrew
$ brew install node
Alternative
- Install XCode http://developer.apple.com/technologies/tools/
- Install Git http://help.github.com/mac-git-installation/
$ git clone git://github.com/ry/node.git
$ cd node
$ ./configure
$ make
$ sudo make install
$ sudo apt-get install g++ curl libssl-dev apache2-utils
$ sudo apt-get install git-core
$ git clone git://github.com/ry/node.git
$ cd node
$ ./configure
$ make
$ sudo make install
- CD to your directory where you're going to put the code
$ cd Desktop
$ git clone git://github.com/KaniRobinson/FrontendDevelopment.git
- CD into your FrontendDevelopment Folder and install grunt
$ cd FrontendDevelopment
$ npm install