Install stardict on CentOS 6.5

The stardict is a good tool for translating.

DOWNLOAD
1.Download stardict from the following link:
http://pkgs.org/search/?keyword=stardict

Choose the proper version and download it. My information is 2.6.32-431.11.2.el6.i686, and I download stardict-3.0.2-1.el6.i686.rpm.

I suppose your download location is ~/Downloads/stardict-3.0.2-1.el6.i686.rpm.

INSTALL
1.$sudo rpm -ivh stardict-3.0.2.el6.i686.rpm
Then you might get the error messages like:
warning: stardict-3.0.2-1.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID fac8d3c0: NOKEY
error: Failed dependencies:
espeak is needed by stardict-3.0.2-1.el6.i686.rpm
libespeak.so.1 is needed by stardict-3.0.2-1.el6.i686

2.Missing dependencies, we can install it with yum which can help us analysis and install dependencies.
$sudo yum localinstall stardict-3.0.2-1.el6.i686

Then the missing dependencies will be automatically installed.

3.The stardict has been installed successfully up to now. It is better to install the local dictionaries. Go to the link below:
http://abloz.com/huzheng/stardict-dic/

Then get the dictionaries you want, and install them as the page says(The installation method is given on the top of the page).

USAGE
You can launch stardict just by command:
$stardict &