-
Notifications
You must be signed in to change notification settings - Fork 17
Add prerequistes to README #74
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good
Please make sure you've installed the following before continuing: | ||
|
||
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) | ||
- [Node.js](https://nodejs.org/en/download/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could add a .nvmrc
and node
to package.json
|
||
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) | ||
- [Node.js](https://nodejs.org/en/download/) | ||
- [Yarn](https://classic.yarnpkg.com/en/docs/install#mac-stable) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could add .yarnrc
also
- [Node.js](https://nodejs.org/en/download/) | ||
- [Yarn](https://classic.yarnpkg.com/en/docs/install#mac-stable) | ||
- `build-essential` | ||
- `libusb-dev` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libusb
is optional
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) | ||
- [Node.js](https://nodejs.org/en/download/) | ||
- [Yarn](https://classic.yarnpkg.com/en/docs/install#mac-stable) | ||
- `build-essential` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are platform specific so they should be under a header that says Ubuntu
build-essential
is required for a C/C++ compiler so that node-gyp
can use it
Description
Adds all necessary prerequisite software to the README. In response to issues that users are having when installing.
Metadata