分页: 1 / 1

编译安装Numpty Physics

发表于 : 2010-04-12 22:45
windcat
Numpty Physics是一个和蜡烛物理学差不多的游戏。
具体见官方网站:http://numptyphysics.garage.maemo.org/

1.下载源代码:
确保已经安装subversion,而且确定将源代码放在哪里,例如我放在~/game。
2.安装依赖:
编译需要两个库:sdl-image和sdl-sound,而且automake需要1.8.*版本,高于或低于此版本的可能编译不了。

3.编译安装:
cd ~/game/numptyphysics/trunk
./configure --prefix=/usr #这个游戏必须安装在/usr,否则运行时会出现Segmentation fault错误。
make
sudo make install

Re: 编译安装Numpty Physics

发表于 : 2010-04-13 7:07
luojie-dune
道理都是大同小异。