Skip to content

Instantly share code, notes, and snippets.

@horatio-sans-serif
Created May 28, 2010 01:45
Show Gist options
  • Save horatio-sans-serif/416630 to your computer and use it in GitHub Desktop.
Save horatio-sans-serif/416630 to your computer and use it in GitHub Desktop.
cd /tmp
git clone git://github.com/ry/node.git
cd node
git checkout 3768aaae
./configure --prefix=/tmp/node
JOBS=4 make install
export PATH=/tmp/node/bin:$PATH
git clone http://github.com/pgriess/node-msgpack.git
cd node-msgpack
make
mkdir -p ~/.node_libraries
cp build/default/mpBindings.node lib/msgpack.js ~/.node_libraries
node-repl # require('msgpack')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment