首页 > 系统 > Linux > 正文

在KDE环境中安装“星际译王”(图)

2024-08-28 00:13:03
字体:
来源:转载
供稿:网友

星际译王StarDict是开源系统中最强大的多语言词典查寻工具,原则上stardict采用基于GTK+的library API图形接口基础,但这并不意味着stardict只能使用在基于gnome或以GTK+为基础的桌面环境中,通过configure并设置环境变量参数,可以将StarDict用于非GTK的环境桌面下,比如KDE环境下。

方式:

可以从http://stardict.sourceforge.net下载到最新的发布版本,然后解压,它们通常是以TAR包发布。

% tar xvf stardict-3.0.1.tar.bz2

% cd ~./stardict distributed

% ./configure --disable-gnome-suppor --disable-gucharmap --disable-festival --disable-espeak

根据系统提示,如果没有或不需要gcharmap、festival和espeak等支持,可以按蓝色部分给予设置相应的环境变量参数。

% sudo make & make install # 可分开执行。

% passwd ******

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表