1.首先下载源码

http://sourceforge.net/projects/opende/files/ 

官方文档:

http://opende.sourceforge.net/wiki/index.php/Manual_(All) 

2.下载完成之后。找到 build文件下面的premake4.exe

进入命令行执行 premake4.exe vs2008

这样,它生成了ode.sln,和ode.vcproj就可以用VS2008打开来编译了。 

另外还可以生成案例:

使用命令:

 premake4.exe --with-demos --with-tests vs2008 

查看premake4.exe可用参数可以使用命令 

premake4 --help

具体说明详见官方文档。 

 

相关文章:

  • 2021-12-01
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2021-06-02
猜你喜欢
  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2021-07-09
  • 2021-12-11
  • 2022-12-23
  • 2021-08-30
相关资源
相似解决方案