|
http://www.positro.net/trigger/download.php?file=trigger-0.5.2-src.tar.bz2
http://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([AUDIOLIB], [OpenAL], [OpenAL],
AX_LANG_PROGRAM([#include <AL/alut.h>], [alutInit(0,0);]),
[], [-lopenal],
[],
[AC_MSG_ERROR([Please install OpenAL])])
现在的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下载,没有就谁喜欢谁下把 |
|