Compare commits

...

1 commit

Author SHA1 Message Date
Jeff Epler
8d68402b32 nodejs-legacy is secret sauce 2014-05-09 22:35:36 -05:00

View file

@ -47,8 +47,8 @@ Try out the [live demo](http://demo.groovebasin.com/).
## Install ## Install
1. Install [Node.js](http://nodejs.org) v0.10.x. Note that on Debian and 1. Install [Node.js](http://nodejs.org) v0.10.x. Note that on Debian and
Ubuntu, sadly the official node package is not sufficient. You will either Ubuntu, you also need the nodejs-dev and nodejs-legacy packages. You may
have to use [Chris Lea's PPA](https://launchpad.net/~chris-lea/+archive/node.js/) also choose to use [Chris Lea's PPA](https://launchpad.net/~chris-lea/+archive/node.js/)
or compile from source. or compile from source.
2. Install [libgroove](https://github.com/andrewrk/libgroove). 2. Install [libgroove](https://github.com/andrewrk/libgroove).
3. Clone the source. 3. Clone the source.