营销网站建设有哪些公司高端设计公司
文章目录
- 网站和下载地址
 - 编译工具:
 - 编译box2d
 - helloworld测试
 
网站和下载地址
https://box2d.org/
 下载地址
 https://hub.nuaa.cf/erincatto/box2d/tags
编译工具:
1.VS2013
 2.cmake
 下载地址
 https://cmake.org/
编译box2d
下载box2d源码2.4.0,解压。在box2d-2.4.0目录下建立一个build文件夹。用于生成VS2013编译项目。
 安装cmake,打开cmake-gui,设置源码目录box2d-2.4.0/src,编译目录box2d-2.4.0/build,点击configure
 
 选择VS12 2013,Use default native compilers,点击Finish
 
 出现红色,这里不用做任何配置。CMAKE_INSTALL_PREFIX
