分页: 1 / 1

编译安装wesnoth1.8

发表于 : 2010-04-09 10:37
cnkilior
1、依赖

代码: 全选

build-essential automake libsdl-dev libsdl-ttf2.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev liblua5.1-dev libboost1.41-dev libboost-iostreams1.41-dev libpango1.0-dev
2、编译

代码: 全选

./autogen
./configure --prefix=/usr --datadir=/usr/share/game
make
sudo make install

Re: 编译安装wesnoth1.8

发表于 : 2010-04-09 11:29
luojie-dune
不是变scons了吗?怎么还用make这么麻烦的。

Re: 编译安装wesnoth1.8

发表于 : 2010-04-09 12:00
cnkilior
不知道这东西。只见autogen就用了。

Re: 编译安装wesnoth1.8

发表于 : 2010-04-09 12:19
jioyo源
luojie-dune 写了:不是变scons了吗?怎么还用make这么麻烦的。
:em06 看着说推荐用scons,可没用过,习惯了make了,好象还有个什么cmake的……