Updated Developer Guide (markdown)
@@ -45,6 +45,7 @@ The minimum requirements are:
|
|||||||
* Git
|
* Git
|
||||||
* Python 2.6 or 2.7 with a couple of extra modules (see below)
|
* Python 2.6 or 2.7 with a couple of extra modules (see below)
|
||||||
* Java 7 (JRE and JDK)
|
* Java 7 (JRE and JDK)
|
||||||
|
* [Node.js](http://nodejs.org/)
|
||||||
* [PhantomJS](http://phantomjs.org/) 1.6 or higher
|
* [PhantomJS](http://phantomjs.org/) 1.6 or higher
|
||||||
|
|
||||||
The executables `git`, `java`, `jar`, `python`, and `phantomjs` should be in your `PATH`.
|
The executables `git`, `java`, `jar`, `python`, and `phantomjs` should be in your `PATH`.
|
||||||
@@ -58,6 +59,10 @@ or
|
|||||||
|
|
||||||
depending on your OS and Python installation.
|
depending on your OS and Python installation.
|
||||||
|
|
||||||
|
To install the Node.js dependences run
|
||||||
|
|
||||||
|
$ npm install
|
||||||
|
|
||||||
Optionally, you can also install JSDoc 3. Installing JSDoc 3 is necessary
|
Optionally, you can also install JSDoc 3. Installing JSDoc 3 is necessary
|
||||||
if you want to run the full integration suite.
|
if you want to run the full integration suite.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user