Skip to content

Commit a0036d8

Browse files
authored
Updated build_php.md
1 parent 7123fdc commit a0036d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build_php.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ Open the *VS2012 xXX Native Tools Command Prompt*.
3737
5. Copy `C:\php-sdk\phpdev\vc9` to `C:\php-sdk\phpdev\vc11`
3838
6. Extract PHP source code to `C:\php-sdk\phpdev\vc11\xXX`
3939
* It will create sub-directory, for example: `C:\php-sdk\phpdev\vc11\x86\php-5.6.24-src`
40-
7. Extract dependency libraries for building PHP:
40+
7. Copy `C:\php-sdk\phpdev\vc11\noarch` to `C:\php-sdk\phpdev\vc11\xXX`
41+
8. Extract dependency libraries for building PHP:
4142
* Extract `deps-5.6-vc11-xXX.7z` into `C:\php-sdk\phpdev\vc11\xXX\`
42-
8. Copy BAT files to `C:\php-sdk\phpdev\vc11\xXX\`:
43+
9. Copy BAT files to `C:\php-sdk\phpdev\vc11\xXX\`:
4344
```
4445
# for x86:
4546
phpdev\vc11\x86\buildphp.bat

0 commit comments

Comments
 (0)