node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 95 forks source link

Unable to npm install #8

Closed stevemcquaid closed 9 years ago

stevemcquaid commented 9 years ago

$ npm install -g dmx

Results here: https://gist.github.com/stevemcquaid/45c225fb1be0ea1626bd

npm-debug.log found here: https://gist.github.com/stevemcquaid/e5bf4241213eae2a7148

wiedi commented 9 years ago

the node ftdi module requires the ftd2xx headers provided by libftdxx1.

There is some documentation how to install these at https://github.com/KABA-CCEAC/node-ftdi#prerequisites and also a script to help with that: https://github.com/KABA-CCEAC/node-ftdi/blob/master/install.sh

If after installing the headers you still have trouble installing feel free to reopen this issue.

stevemcquaid commented 9 years ago

Got it! Thank you so much!

One more thing to note - dmx-web -c requires a full-path to the conf file, almost got down a rabbit hole trying to get that one solved.

Ill send a small PR to update docs :)

stevemcquaid commented 9 years ago

PR here: https://github.com/wiedi/node-dmx/pull/9

Your call, LMK if you want anything changed.

PS thank you so much for your quick response to this issue, even though the last activity seems to be over a year old! I'm hoping to add some more features to the UI, specifically for moving heads - I just got some Elation Design Spot 250s. I'm excited for what can be built on top of this!

wiedi commented 9 years ago

Great! Looking forward to it :)