- 使用CMake Gui,在“Where is the source code:”,填写trunk文件夹的绝对目录
- 在“Where to build the binaries: ”,填写 trunk/build文件夹的绝对目录
- 点击Configure,点击Generate
- 在build文件夹下双击生成的xxx.sln打开工程文件。
- 添加CMake安装目录到系统环境变量“Path”中。
- cd到build目录。
- 运行 cmake ..
- 会在build文件夹下生成xxx.sln
cd build
cmake ..
You can get in github/darboy to obtain what you want.