标签:style blog http io ar color os 使用 sp
项目主页
根据这个网址的提示进行
https://github.com/cudpp/cudpp/wiki/BuildingCUDPPwithCMake
我的环境:win7 x64+vs2013
编译
首先是下载cmake
下载地址
http://www.cmake.org/download/
我是通过cmake-gui方式来编译的
The cmake gui can be used to interactively configure and generate CUDPP build files. Just run cmake-gui, then set the path to the CUDPP source tree in the field "Where is the source code", and set the path to where you want the build files generated in "Where to build the binaries".
Then press "Configure". You will see a list of options you can set. Click "Advanced" to see advanced options. Click "grouped" to logically group them.
Once you have set the necessary options (see below), click "Generate" to generate makefiles.
Go to the directory you set in "Where to build the binaries", and run make (`*`nix), or open the cudpp.sln (Windows).
用2.2的版本,貌似有问题,缺少文件,我找了这个文件补充到指定位置,还是有问题。暂时不知道怎么解决,我就下载了2.2的版本,编译通过。
最后打开就是这个效果
选项
Useful options to set:
最后
On Windows, rather than running make, you just open the generated cudpp.sln in your source directory.
标签:style blog http io ar color os 使用 sp
原文地址:http://www.cnblogs.com/liangliangdetianxia/p/4162634.html