- OpenSSL: The Open Source toolkit for SSL/TLS から openssl-0.9.8k.tar.gz (2009/10/14 現在) をダウンロードする
- Perl も必要となるので perl.exe のある PATH も通しておく
> path=C:\usr\MinGW\bin;C:\usr\msys\bin;C:\usr\Perl\bin
- コンパイル
- util/pl/Mingw32.pl にある以下の箇所をコメントアウトする
$cp='copy'; $rm='del'; $ret.="\tif exist $target \$(RM) $target\n";
- コンパイル実行
> ms/mingw32.bat
- util/pl/Mingw32.pl にある以下の箇所をコメントアウトする
- Install
- outinc にある openssl フォルダを c:\usr\MinGW\include へコピー
- out\openssl.exe を c:\usr\MinGW\bin へコピー
- out\libssl.a, out\libcrypto.a を c:\usr\MinGW\lib へコピー
> cp -r outinc\openssl c:\usr\MinGW\include > cp out\openssl.exe c:\usr\MinGW\bin > cp out\libssl.a out\libcrypto.a c:\usr\MinGW\lib
2013年2月24日日曜日
[OpenSSL]MinGW でコンパイル
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿