Update README.md (#548)

This commit is contained in:
Róbert Kiss
2018-01-07 21:27:07 +01:00
committed by László Monda
parent 46f855d1db
commit 906beaac0e

View File

@@ -21,7 +21,7 @@ The two builds share code as much as possible.
### Step 1: Build Dependencies ### Step 1: Build Dependencies
You'll need Node (>=8.1.x) and NPM (>=5.1.x). Use your OS package manager to install these. [Check the NodeJS site for more info.](https://nodejs.org/en/download/package-manager/ "Installing Node.js via package manager") Mac OS users can simply `brew install node` to get both. You'll need Node.js LTS. Use your OS package manager to install these. [Check the NodeJS site for more info.](https://nodejs.org/en/download/package-manager/ "Installing Node.js via package manager") Mac OS users can simply `brew install node` to get both. Should you like to use more Node.js version on the same computer use the following Node version managers for [Mac/Linux](https://github.com/creationix/nvm) for [Windows](https://github.com/coreybutler/nvm-windows)
You'll also need `libusb`. You'll also need `libusb`.
On debian-based linux distros, `apt-get install libusb-dev libudev-dev g++` is sufficient. On debian-based linux distros, `apt-get install libusb-dev libudev-dev g++` is sufficient.