Mercurial > hg > nodescore
comparison INSTALL @ 11:0a8133490050
absorbed metronome.js .css into main css and client files
also some minor html5 and css changes
author | tzara <rc-web@kiben.net> |
---|---|
date | Sat, 07 Jul 2012 07:10:56 +0000 |
parents | 33e6dc370ef7 |
children | bcde7e6d57de |
comparison
equal
deleted
inserted
replaced
10:0e5543ccb8fb | 11:0a8133490050 |
---|---|
18 ////////////////////////////////// | 18 ////////////////////////////////// |
19 // grab and compile from source | 19 // grab and compile from source |
20 | 20 |
21 mkdir -p /tmp/build/node && cd /tmp/build/node | 21 mkdir -p /tmp/build/node && cd /tmp/build/node |
22 git clone https://github.com/joyent/node.git . | 22 git clone https://github.com/joyent/node.git . |
23 git checkout v0.6.7 | 23 git checkout v0.8.0 |
24 | 24 |
25 ./configure --openssl-libpath=/usr/lib/ssl | 25 ./configure --openssl-libpath=/usr/lib/ssl |
26 make | 26 make |
27 make test | 27 make test |
28 make install | 28 make install |