开发者

Building OpenSSL in vc++

开发者 https://www.devze.com 2022-12-25 14:44 出处:网络
i want to know how to build 开发者_运维知识库ssleay32 and libeay32 from vc++, were to get the source code,and how to build it.OpenSSL source is located here and includes build files for VC++.

i want to know how to build 开发者_运维知识库ssleay32 and libeay32 from vc++, were to get the source code,and how to build it.


OpenSSL source is located here and includes build files for VC++.
Your first information source is INSTALL.W32 with a good instructions on how to compile the library. Also, you may check README file under ms directory.

After you're done with the lib compilation you should link the library to your project with OpenSSL specific code:

  • Select Project
  • Select Settings
  • Select Link tab
  • Select Input Category
  • The libraries are listed here: "Object/library modules"
  • If necessary additional paths can be added here: "Additional library paths
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号