From 1b6af99c5a046cc8081fa24bdab5a1411d39c515 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Sun, 29 Mar 2015 15:45:36 +0100 Subject: [PATCH] building.md: clarify build reqs for building and add node 0.12 Signed-off-by: Brendan Le Foll --- docs/building.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 00dd244..b8323c4 100644 --- a/docs/building.md +++ b/docs/building.md @@ -11,8 +11,10 @@ what you'll need: * [SWIG](http://swig.org) 3.0.5+ * [git](http://git-scm.com) * [python](http://python.org) 2.7 or 3.4+ (you'll need not just the interpreter but python-dev) -* [node.js](http://nodejs.org) 0.10.x (you'll need not just the interpreter but nodejs-dev) +* [node.js](http://nodejs.org) 0.10.x or 0.12.x (you'll need not just the interpreter but nodejs-dev) * [CMake](http://cmake.org) 2.8.8+ + +To build the documentation you'll also need: * [Doxygen](http://www.stack.nl/~dimitri/doxygen/) 1.8.9.1+ * [Sphinx](http://sphinx-doc.org/) 1.1.3+ (For Python docs) -- 2.7.4