README: add note about debian and ubuntu node package. closes #215
This commit is contained in:
parent
4133c55fa7
commit
45b8d28dcb
1 changed files with 4 additions and 1 deletions
|
|
@ -46,7 +46,10 @@ Try out the [live demo](http://demo.groovebasin.com/).
|
|||
|
||||
## Install
|
||||
|
||||
1. Install [Node.js](http://nodejs.org) v0.10.x.
|
||||
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
|
||||
have to use [Chris Lea's PPA](https://launchpad.net/~chris-lea/+archive/node.js/)
|
||||
or compile from source.
|
||||
2. Install [libgroove](https://github.com/andrewrk/libgroove).
|
||||
3. Clone the source.
|
||||
4. `npm run build`
|
||||
|
|
|
|||
Loading…
Reference in a new issue