美文网首页
MYSY2 Build Openssl

MYSY2 Build Openssl

作者: XBruce | 来源:发表于2021-01-12 14:27 被阅读0次

Step 1: Install MYSY2
Step 2: Copy mingw tools to install dir:
C:\msys64
Step 3: If using MSYS2 shell, execute this, if you are building for 32bit:
export PATH="/c/msys2/mingw32/bin:PATH"
Step 4:
for MinGW (32 bit) do:
./Configure --prefix=PWD/dist no-idea no-mdc2 no-rc5 shared mingw
Step 5:
mingw32-make depend
mingw32-make
mingw32-make install

相关文章

网友评论

      本文标题:MYSY2 Build Openssl

      本文链接:https://www.haomeiwen.com/subject/yvnsaktx.html