一、linux下静态编译qt源码 1.取到qt源码并解压到文件夹 2.cd到qt目录下 3.使用configure生成makefile ./configure–prefix /opt/qtstatic –static –release -nomake examples --nomake demos- Read More
posted @ 2017-09-08 20:08
findumars
Views(7535)
Comments(0)
Diggs(0)
很开心 Qt 5.0 发布后好几个版本 Windows 和 Mac 都自带了 MySQL 的驱动,以为以后就省事了。Qt 5.12 时 Windows 下也还带有 MySQL 驱动,不过忽然发现 Mac 下不带了,哎,又只好自己去编译了。 下面就介绍一下我们在 Mac 中编译 MySQL 驱动成功的 Read More
posted @ 2017-09-08 19:53
findumars
Views(443)
Comments(0)
Diggs(0)
By admin | 11月18日 0 Comment By admin | 11月18日 0 Comment Advertisement 历经半个月终于把libcurl库编译出来,参考网上很多博客,最终把自己要的库编译出来。 首先说明一下,我要这个库的目的。我在RT5350上跑openWRT需要向 Read More
posted @ 2017-09-08 19:44
findumars
Views(3152)
Comments(0)
Diggs(0)
由于网上下载的 libcurl 不支持 gzip,只好自己动手编译,期间走了很多弯路,下面是最终成功的记录。 我所使用的环境 Visual Studio 2010 、 Windows 7 64 bit 1 下载文件 1.1 libcurl 下载页面 http://curl.haxx.se/downl Read More
posted @ 2017-09-08 19:42
findumars
Views(1567)
Comments(0)
Diggs(0)
libcurl主要功能就是用不同的协议连接和沟通不同的服务器,如果使用HTTPS,需要OpenSSL libcurl https://curl.haxx.se/download.html 下载Source Archives即可 ActiveState https://www.activestate. Read More
posted @ 2017-09-08 19:40
findumars
Views(7703)
Comments(1)
Diggs(1)