Skip to content

Commit 549f98e

Browse files
committed
:octocat:
1 parent ee02d1f commit 549f98e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,16 @@ Before the compilation step, clone this repository to `[...]\php-src\ext\xz` and
3939
git clone https://github.com/Microsoft/php-sdk-binary-tools.git c:\php-sdk
4040
cd c:\php-sdk
4141
phpsdk-vs16-x64.bat
42+
```
43+
Run the buildtree script and check out the php source:
44+
```bat
4245
phpsdk_buildtree php-8.0
4346
git clone https://github.com/php/php-src.git
4447
cd php-src
4548
git checkout PHP-8.0
49+
```
50+
Clone the xz extension and run the build:
51+
```bat
4652
git clone https://github.com/codemasher/php-ext-xz .\ext\xz
4753
phpsdk_deps -u
4854
buildconf --force

0 commit comments

Comments
 (0)