获取Linux版本
出自Wiki.wesnoth.cn
目录 |
GNU/Linux
这个页面提供安装Wesnoth二进制包的方法。如果你希望自己从源代码编译,请参考编译Wesnoth。
不是所有Linux发行版都包含了最新的稳定版本。如果你想确保获取最新版本,可以下载源代码,然后自己编译。
欢迎大家把第三方repo加进来,官方的一般会比较旧。
Ubuntu
sudo aptitude install wesnoth
如果想要同时安装所有战役使用:
sudo aptitude install wesnoth-all
Fedora
yum install wesnoth wesnoth-tools wesnoth-server
Debian
aptitude install wesnoth
如果想要同时安装所有战役使用:
aptitude install wesnoth-all
- debian 提供许多不同的版本,根据版本和稳定性要求自己选择。
- 如果无法选择中文
如果你使用的不是zh_CN开头的locale,可能默认无法选择中文。因为Debian默认不安装多余的locale。
按以下步骤启用zh_CN.UTF-8 locale即可。
edit /etc/locale.gen 去掉zh_CN.UTF-8前面的注释符号#,su -c locale-gen。
Gentoo
-
emerge wesnoth
For the development release you will have to fetch an overlay, eg from this site:
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz
extract it to your local overlay-directory and then type
emerge wesnoth-dev
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.
Arch Linux
pacman -S wesnoth
- dibblethewrecker 定期提供SVN编译版本. 如何使用他的repo详情参考[ http://dtw.jiwe.org/content.php?article.9 这里]。
Last edit: 2009-5-24
