File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ Requires [node 6.x and npm 3](https://docs.npmjs.com/getting-started/installing-
66
66
** Prerequisites for Linux**
67
67
- ` python ` (` v2.7 ` recommended, ` v3.x.x ` is not supported)
68
68
- ` make `
69
- - ` wget `
70
69
- A proper C/C++ compiler toolchain, like [ GCC] ( https://gcc.gnu.org/ )
71
70
72
71
Use your distribution's package manager to install.
@@ -75,7 +74,6 @@ Use your distribution's package manager to install.
75
74
76
75
- ` python ` (` v2.7 ` recommended, ` v3.x.x ` is not supported): already installed on Mac OS X
77
76
- ` Xcode Command Line Tools ` : Can be installed with ` xcode-select --install `
78
- - ` wget ` : Can be installed via [ Homebrew] ( http://brew.sh ) with ` brew install wget `
79
77
80
78
** Prerequisites for Windows**
81
79
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ if (process.platform === 'win32') {
19
19
var depedencies = [
20
20
'make' ,
21
21
'gcc' ,
22
- 'wget' ,
23
22
'python2.7'
24
23
] ;
25
24
You can’t perform that action at this time.
0 commit comments