to se兄: 关于 trigger 源码
http://www.positro.net/trigger/download.php?file=trigger-0.5.2-src.tar.bz2http://www.positro.net/trigger/download.php?file=trigger-0.5.2-data.tar.bz2
src源码包,编译的话,需要安装jam,
./configure --prefix=XXX
jam
jam install
jam时候会通不过,我看了一下,这个源码包里面有一个头文件的引用有错误,
src/glew/glxew.h 中 第 65行
#include <GL/glew.h>
应为
#include <glew.h>
其他的就是configure时候会显示找不到 openal,
我也查看了一下
AX_FINDLIB(, , ,
AX_LANG_PROGRAM([#include <AL/alut.h>], ),
[], [-lopenal],
[],
)])
现在的openal的devel包中没有这个头文件,cvs的好像可以,不过cvs的版本在我这里编译通不过,我上传到网络硬盘的rpm的源码是费了好大事找到的
-- License --
Trigger copyright (C) 2004 Jasmine Langridge and Richard Langridge.
Trigger is released under the GPL (see gpl.txt in
source package, or http://www.gnu.org/licenses/gpl.txt ).
我觉得这个游戏很不错,很难得的一个游戏,色兄若有时间可以添一个apt下载,没有就谁喜欢谁下把 我会抽空做的。 :mrgreen: ,呵呵,我打包的话没有地方上传,那个网络硬盘最大只能一次上传3m,要不然我就打了,patch desktop都搞好了,后来想想算了,就打了个openal比较小,谁原意玩就玩一下,apt中那个不行 jam可以不装的,打到srpm里,编译的时候用就行,不过做成单独的包也好。apt上的openal是官方版本。 恩,编译完成后,需要把data里面的文件装到trigger程序的同一目录就可运行
页:
[1]