A quick bootstrap script to build environment for running openzwave on Raspbian
Download and run the script as a root user
wget -q -O - https://raw.githubusercontent.com/techgaun/raspbian-zwave-bootstrap/master/bootstrap.sh | sudo bash- A user
techgaunis added to the system by default - The openzwave and python-openzwave is compiled at
/opt/techgaundirectory by default - Override the user by passing
ZWAVE_USERenvvar - Override the root directory by passing
ROOT_DIRenvvar
Example of overriding will look as:
wget -q -O - https://raw.githubusercontent.com/techgaun/raspbian-zwave-bootstrap/master/bootstrap.sh | \
ZWAVE_USER=someuser ROOT_DIR=/opt/custompath sudo bash