用MSVC2015编译Qt5.6(包含openssl、webengine)

  • Post author:
  • Post category:其他


依赖的开发工具

  1. Visual Studio 2015,这个没什么好说的。

  2. ActivePerl

  3. Python 2.7

  4. Ruby

依赖的三方库


  1. icu

    解压即用,比如解压到C:\icu4c

  2. openssl


    PS: 不要以为版本号看起来更高就下载那个openssl-1.0.2h.tar.gz,该版本不兼容!

编译openssl

  1. 解压下载的openssl源码,比如解压到C:\openssl-1.0.1t
  2. 打开“VS2015 开发人员命令提示“
  3. 执行命令 cd C:\openssl-1.0.1t
  4. 执行命令 perl Configure VC-W



版权声明:本文为zhouzuoji原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。