Advertisement
heX21

Untitled

Oct 26th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
  2. sudo apt-get install -y nodejs
  3.  
  4.  
  5.  
  6. sudo apt-get install libavahi-compat-libdnssd-dev
  7.  
  8. sudo npm install -g --unsafe-perm homebridge hap-nodejs node-gyp
  9. cd /usr/local/lib/node_modules/homebridge/
  10. sudo npm install --unsafe-perm bignum
  11. cd /usr/local/lib/node_modules/hap-nodejs/node_modules/mdns
  12. sudo node-gyp BUILDTYPE=Release rebuild
  13.  
  14. https://github.com/NorthernMan54/homebridge-dht
  15.  
  16. https://github.com/nfarina/homebridge/wiki/Running-HomeBridge-on-a-Raspberry-Pi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement