Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed May 24, 2024
1 parent 8a6a1a5 commit 11b00f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions sapi/quickstart/windows/native-build/install-deps-soft.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ echo %cd%
:: 命令行静默安装 msi
:: msiexec /i strawberry-perl-5.38.2.2-64bit.msi /quiet

msiexec /i strawberry-perl-5.38.2.2-64bit.msi /TARGETDIR="C:\perl\" /passive
msiexec /i strawberry-perl-5.38.2.2-64bit.msi /passive

dir C:\perl\

set "PATH=%PATH%;%__PROJECT__%\php\;%__PROJECT__%\nasm\;c:\perl\"
set "PATH=%PATH%;%__PROJECT__%\php\;%__PROJECT__%\nasm\;"


echo %PATH%
Expand Down
5 changes: 3 additions & 2 deletions sapi/quickstart/windows/native-build/library/openssl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ cd ..\..\..\..\..\

set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build
mkdir build


set "PATH=%__PROJECT__%\nasm\;c:\perl"
set "PATH=%__PROJECT__%\nasm\;"

cd %__PROJECT__%\thirdparty\openssl
dir
echo %cd%
perl -v

perl Configure VC-WIN64A threads no-shared no-tests --release --prefix="%__PROJECT__%\build\openssl" --openssldir="%__PROJECT__%\build\openssl\ssl"

Expand Down

0 comments on commit 11b00f1

Please sign in to comment.