Skip to content

Commit f9f67d0

Browse files
authored
[skip ci] Drop make instructions for windows
Windows does not use make. It doesn't make sense to mention a single Windows step, as building on Windows is much more complicated.
1 parent 892fec7 commit f9f67d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ Configure your build. `--enable-debug` is recommended for development, see
8282

8383
Build PHP. To speed up the build, specify the maximum number of jobs using `-j` argument:
8484

85-
On Windows:
86-
```shell
87-
make -j4
88-
```
89-
90-
On Unix system:
9185
```shell
9286
make -j4
9387
```

0 commit comments

Comments
 (0)