Setup node for Wooting SDK
First of all make sure you have Node installed on your computer (LTS). This install will come with the Node Package Manager (npm). This will allow you to easily install everything you need.
We can use npm to install some packages we need to run the examples. Start powershell as administrator and run the following command:
npm install -g node-gyp
When done install some builder tools, by using the following command:
npm install --global windows-build-tools
Last but not least install git for easy access to the examples.
That’s it! You can now go to the Analog SDK or RGB SDK and get started!
(If you’re on Mac or Linux please follow this guide.)