-
Notifications
You must be signed in to change notification settings - Fork 44
编译Windows工程
0xcc edited this page May 11, 2018
·
3 revisions
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
BaseService\code 源码目录 (https://github.com/li9chuan/BaseService)
BaseService\build 构建工程后的VS工程目录 (新建空文件夹)
BaseService\external 第三方库 (解压1中依赖库所得)
Where is the source code: E:/BaseService/code
Where to build the binaries: E:/BaseService/build
点击 Configure 按钮,选择 VS2017 Win64 或 VS2012 Win64。
输出中出现Configuring done,配置结束后。
点击 Generate 按钮,输出Generating done,生成成功。
工程入口: E:\BaseService\build\BaseService.sln