Where do I find a link for proper install commands for OZW library?
The Readme for node-red-contrib-openzwave
Contains a link to node-openzwave-shared ReadMe
which in the prerequisites part contains the instructions
node-openzwave-shared
=====================
[Linux![Linux Build Status](https://travis-ci.org/OpenZWave/node-openzwave-shared.svg?branch=master)](https://travis-ci.org/OpenZWave/node-openzwave-shared)
[Windows![Windows Build status](https://ci.appveyor.com/api/projects/status/txg360huomtpgc8o?svg=true)](https://ci.appveyor.com/project/ekarak/node-openzwave-shared)
[![Join the chat at https://gitter.im/OpenZWave/node-openzwave-shared](https://badges.gitter.im/OpenZWave/node-openzwave-shared.svg)](https://gitter.im/OpenZWave/node-openzwave-shared?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This is the homepage for *node-openzwave-shared*, the official binary add-on for
Node.js, which wraps [Open ZWave](http://openzwave.com/), a high quality C++
library for controlling Z-Wave networks.
<img src="https://nodejs.org/static/images/logos/nodejs.png" style="width: 200px"/>
<img src="http://www.openzwave.com/css/ozwlogo.png"/>
You can now easily control *and manage* your [ZWave](http://www.z-wave.com/)
devices (lights, dimmers, blinds, you name it) from within [Node.js](https://nodejs.org/)
applications. [This library also supports *secure* devices](../master/README-security.md)
(eg door locks) that require encryption.
All widely used Node.js versions are supported with the help of [NaN](https://github.com/nodejs/nan).
This add-on is currently tested against 0.12.x on ARM and 4.2.x on x86_64, but
This file has been truncated. show original
I've been through that part.
But for someone without any experience on linux try to figure out how to:
tar
make
make install
I dis some things but warnings showed up during process, resulting in errors now.
There is no controller node.......
Looking for sometttting like this:
But this is the result in my log:
24 Mar 23:26:16 - [info] - node-red-contrib-openzwave:zwave-controller : Error: libopenzwave.so.1.4: cannot open shared object file: No such file or directory (line:46)
24 Mar 23:26:16 - [info] - node-red-contrib-openzwave:zwave-in : Error: libopenzwave.so.1.4: cannot open shared object file: No such file or directory (line:46)
24 Mar 23:26:16 - [info] - node-red-contrib-openzwave:zwave-out : Error: libopenzwave.so.1.4: cannot open shared object file: No such file or directory (line:46)