Skip to content

Commit 3f5151d

Browse files
authored
Update build deps
Fixes #267
1 parent b831624 commit 3f5151d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ npm run tsc
6969
sudo apt install -y make python build-essential
7070
```
7171

72+
The following are also needed:
73+
74+
- Node.JS 10+
75+
7276
### Windows
7377

7478
`npm install` requires some tools to be present in the system like Python and C++ compiler. Windows users can easily install them by running the following command in PowerShell as administrator. For more information see https://github.com/felixrieseberg/windows-build-tools:
@@ -77,7 +81,10 @@ sudo apt install -y make python build-essential
7781
npm install --global --production windows-build-tools
7882
```
7983

80-
The Windows SDK is also needed which can be [downloaded here](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk). Only the "Desktop C++ Apps" components are needed to be installed.
84+
The following are also needed:
85+
86+
- [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) - only the "Desktop C++ Apps" components are needed to be installed
87+
- Node.JS 10+
8188

8289
## Debugging
8390

0 commit comments

Comments
 (0)