Skip to content

Instantly share code, notes, and snippets.

@dgershman
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save dgershman/a56b6266ea767348c412 to your computer and use it in GitHub Desktop.

Select an option

Save dgershman/a56b6266ea767348c412 to your computer and use it in GitHub Desktop.
cd /usr/local/src
git clone https://github.com/OpenZWave/open-zwave.git
cd open-zwave
wget http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.42.tar.gz
tar -zxvf libmicrohttpd-0.9.42.tar.gz -C libmicrohttpd
cd libmicrohttpd
apt-get install libmicrohttpd10
./configure && make && make install
cd ../
git clone https://github.com/OpenZWave/open-zwave-control-panel.git
cd open-zwave-control-panel
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment