mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
8 lines
253 B
Batchfile
8 lines
253 B
Batchfile
@echo on
|
|
|
|
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk
|
|
cd ./php-sdk
|
|
|
|
vswhere -nologo -version "[15,16)" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath -format text
|
|
|
|
./phpsdk-vc15-x64.bat |