Guest User

Untitled

a guest
Dec 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. git clone git://github.com/joyent/node.git
  2. cd node
  3. git checkout v0.4.11 #optional.Note that master unstable
  4. export JOBS=2 #optional,sets number of parallel commands
  5. ./configure
  6. make
  7. sudo make install
Add Comment
Please, Sign In to add comment