赞 | 0 |
VIP | 2 |
好人卡 | 27 |
积分 | 1 |
经验 | 26327 |
最后登录 | 2019-10-13 |
在线时间 | 953 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 110
- 在线时间
- 953 小时
- 注册时间
- 2007-4-25
- 帖子
- 805
|
这货同时需要 G3D 和 SDL 的源啊。- ********************************************************************
- * Building G3DRuby on Windows using Visual Studio 6.0:
- *********************************************************************
- 1) To link to G3D using MSVC++ 6.0, you must have MSVC Service Pack 5
- (service pack 6 does not support SSE). To use SSE instructions, you
- also need the Processor Pack. For more information (and links), see:
- http://g3d-cpp.sourceforge.net/#downloads
- 2) If you don't have Ruby, download and install the Ruby installer from:
- http://rubyinstaller.rubyforge.org/wiki/wiki.pl
- 3) Make sure Ruby and the Visual Studio bin directories are in your path
- (find and run vcvars32.bat if nmake isn't in your path)
- 4) Choose a root folder for all projects to live in
- 5) Download http://prdownloads.sourceforge.net/g3d-cpp/g3d-6_10.zip?download
- and http://www.libsdl.org/release/SDL-devel-1.2.10-VC6.zip
- 6) Unzip the G3D package into <root>\g3d-6_10
- 7) Unzip the SDL package into <root>\SDL-1.2.10
- 8) Unzip the G3DRuby source into <root>\g3d-ruby
- 9) Run build.bat from <root>\g3d-ruby\source
复制代码 |
|