mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
12 lines
238 B
Batchfile
12 lines
238 B
Batchfile
@echo on
|
|
|
|
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk
|
|
cd ./php-sdk
|
|
|
|
./phpsdk-vs16-x64.bat
|
|
|
|
phpsdk_buildtree php-8.1
|
|
|
|
git clone https://github.com/php/php-src.git && cd php-src
|
|
|
|
phpsdk_deps --update --branch 8.1 |