Skip to content

编译Windows工程

0xcc edited this page May 11, 2018 · 3 revisions

1.下载依赖库

windows 可构建VS2012或VS2017工程。

依赖库目录: https://github.com/li9chuan/ExternalLib

VS2012依赖库:       baseservice_external_vs2012.7z

VS2017依赖库:       baseservice_external_vs2017.7z

CMake 用于构建工程:  cmake-3.10.2-win64-x64.msi

2.目录结构

BaseService\code           源码目录 (https://github.com/li9chuan/BaseService)
BaseService\build          构建工程后的VS工程目录 (新建空文件夹)
BaseService\external       第三方库     (解压1中依赖库所得)

3.构建工程

3.1 安装CMake后,使用CMake构建工程。
Where is the source code:     E:/BaseService/code
Where to build the binaries:   E:/BaseService/build
3.2 配置工程

点击 Configure 按钮,选择 VS2017 Win64 或 VS2012 Win64。

3.3 生成工程

输出中出现Configuring done,配置结束后。

点击 Generate 按钮,输出Generating done,生成成功。

工程入口: E:\BaseService\build\BaseService.sln