Private
Public Access
2
0

docs: updated readme and build instructions for node.js and ubuntu

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Signed-off-by: malikabhi05 <abhishek.malik@intel.com>
This commit is contained in:
Mihai Tudor Panu
2018-04-13 10:06:52 -07:00
committed by malikabhi05
parent bdd00e10ed
commit b59fc8f076
2 changed files with 38 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ Installing on your board
Installing on Ubuntu
--------------------
Here is a PPA for installing on ubuntu:
Here is a PPA for installing on Ubuntu Xenial or Bionic:
https://launchpad.net/~mraa/+archive/ubuntu/mraa
```bash
@@ -105,11 +105,12 @@ sudo zypper in mraa
Installing for Node.js only
---------------------------
> Note: Node.js 7.0.0+ is not currently supported. You'll have to downgrade to 6.x.x.
> Note: Node.js 7.0.0+ is not currently supported unless compiling with a patched
vesion of SWIG. See the corresponding section and document below.
You can also install just the node.js mraa module by using npm. You will need a
C++ compiler and the node development headers, however it's not required to
have SWIG installed.
have SWIG installed. This works for node versions 6.x.x and prior.
```bash
npm install mraa