|
|
首先安装stardict 2.4的编译环境。
# apt-get build-dep stardict
再安装一些包(不知是否为必须,我在build-dep之前装的这些包)
# apt-get install libenchant-dev libgucharmap-dev gucharmap libespeak-dev
# tar xvfj stardict-3.0.0.tar.bz2
# cd stardict-3.0.0
# ./configure --prefix=/usr/local --disable-festival
# make
# make install |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|