• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Installing node.js 0.4.7 on Mac OS X 10.6.7 Snow LeopardEdit

Created 2011-05-14, updated 2020-03-12
$ curl -O node-v0.4.7.tar.gz
$ tar xzvf node-v0.4.7.tar.gz
$ cd node-v0.4.7
$ ./configure
$ make
$ make test
$ sudo make install
  • node
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).