Linux下的翻译工具-星际译王(StarDict)


   最近把用SUSE Linux10替换了原来的Red Hat Enterprise Linux 5 Clinet,发现原来的”星际译王“挺不错的!找了个原代码安装了下,感觉很好用,安装很简单:
  到官方网站下载原程序:http://stardict.sourceforge.net/
 http://www.stardict.cn/
  软件包:stardict-2.4.8.tar.bz2
  一开始没安装gnome开发组件,在configure时提示缺少libgnomeui,我干脆用YaST工具把所有gnome开发组件全都安上了!
   tar -jxf stardict-2.4.8.tar.bz2
   cd stardict-2.4.8/
   ./configure --prefix=/usr/local/stardict
   make
   make install
   cd /usr/local/bin/
   ln -s ../stardict/bin/stardict
  太简单了吧!到官网下载词典,我用了stardict-cdict-gb-2.4.2.tar.bz2,还有好多词典,根据个人喜好吧,有兴趣可以一个个试试!
   tar jxf stardict-cdict-gb-2.4.2.tar.bz2
   mkdir /usr/local/stardict/share/stardict/
   mv stardict-cdict-gb-2.4.2 /usr/local/stardict/share/stardict/dic
  启动stardict吧!要使用其他词典,把文件解压后复制到/usr/local/stardict/share/stardict/dic就行了。

相关内容