https://gist.github.com/artynet build zlib with Visual Studio CLI toolhttps://gist.github.com/artynet/5a568938dab9f3f5cab96bcfd1438740 :: INCLUDE=C:\P Read More
posted @ 2017-09-08 01:59 findumars Views(574) Comments(0) Diggs(0)
This howto describes how to create a Windows binary of tinc. Although it is possible to compile tinc under Windows itself, cross-compiling it under Li Read More
posted @ 2017-09-08 01:37 findumars Views(62) Comments(0) Diggs(0)
Windows下开发的应用程序在发布时,需要将其依赖的一些动态链接库一起打进安装包里面去。这个时候,快速确定这个程序到底依赖哪些动态链接库变得非常重要。很久以前写过一篇关于Qt程序安装包制作的博客,里面介绍了Dependency Walker这个小工具。但是实际操作起来并不理想,因为Dependen Read More
posted @ 2017-09-08 01:27 findumars Views(2673) Comments(0) Diggs(0)
一、介绍 使用Qt库开发的应用程序,一般有两种发布方式:(1)静态编译发布。这种方式使得程序在编译的时候会将Qt核心库全部编译到一个可执行文件中。其优势是简单单一,所有的依赖库都集中在一起,其缺点也很明显,可执行程序体量较大,光Qt核心库加起来就得十多兆。(2)制作安装包发布。这种方式的原理也简单, Read More
posted @ 2017-09-08 01:24 findumars Views(1704) Comments(0) Diggs(0)
部分参照备忘录原文: bitbucket.org/FrankHB/yslib/src/50c3e6344a5a24b2382ce3398065f2197c2bd57e/doc/Workflow.Annual2014.txt?at=master 452行。 试试问答体。首先得绕个远路,从Win32开始 Read More
posted @ 2017-09-08 00:30 findumars Views(8627) Comments(0) Diggs(3)