Install GoldenDict under Fedora11

[Project Mainpage] http://goldendict.org/
[Installation Steps]
1. Fedora11 and newer, just turn to root and run> yum install goldendict
the package hasbeen merged into YUM.

2. I just git the src and compile.
[Build Instro.] http://goldendict.org/download.php#building
[My processes.]
> git clone http://git.gitorious.org/goldendict/goldendict.git
>check the src package-dependencies.(a bit different from the tutorial)

for Debian/Ubuntu related:
libvorbis-dev, zlib1g-dev, libhunspell-dev, x11proto-record-dev, qt4-qmake, libqt4-dev, g++, libxtst-dev, libphonon-dev.

for Fedora/RH series:
libvorbis-devel, zlib-devel, hunspell-devel, xorg-x11-proto-devel, qt-devel, qt-x11, gcc-c++, libXtst-devel, phonon-devel

so, run cmd to prepare devel packages.
yum install libvorbis-devel zlib-devel hunspell-devel xorg-x11-proto-devel qt-devel qt-x11 gcc-c++ libXtst-devel phonon-devel

>cd goldendict src folder and run (needn’t qmake on my platform)
make && make install

[Note]
1. now qt version on Fedora11 is as high as qt-4.6.2.  It’s enough for the least requirments for compile(>=v4.5)
2. tested and seems run well on my pc, but finally I decided to return to stardict for a habbit..

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.