LXJS / training-iot

MIT License
3 stars 5 forks source link

Build nitrogen for windows #53

Closed zkiiito closed 10 years ago

zkiiito commented 10 years ago

has anyone tried it yet?

daviddias commented 10 years ago

/cc @timfpark :)

timfpark commented 10 years ago

It should work - have a look at "Building on Windows" here: https://github.com/nitrogenjs/service

On Windows you need to install node-gyp and its dependences and OpenSSL before building.

Let me know if you've done that and are having issues.

timfpark commented 10 years ago

I just ran through it again and it all works on Windows. I also added a Nitrogen device for a command line frame grabber to the getting started guide so you can perform that in Windows. Have a look at issue https://github.com/LXJS/training-iot/issues/54 for more details...

zkiiito commented 10 years ago

after struggling with this for a while, here is my list to do it on windows7 x64: I already had node and Python installed, installing openssl is also easy.

the microsoft things are a bit more different

if you've installed all this, run npm install -g nitrogen-cli from the Windows 7 SDK7.1 Command prompt, because in the regular one it'll miss kernel32.dll

timfpark commented 10 years ago

Thank you - I added the recommendation to install the service pack to the documentation.