3

I see a small box and a cross sign in the middle of that in place of images. Anyone having the same issue ?!

Bruno Pereira
  • 74,715

1 Answers1

2

Open terminal, then make sample work folder and grab Golden Dict source:

git clone https://github.com/goldendict/goldendict.git

Goto cloned folder: cd goldendict

Unlike common use, file configure lists which packages are needed for building Golden Dict. Get them with apt-get:

sudo apt-get install libvorbis-dev zlib1g-dev libhunspell-dev x11proto-record-dev qt4-qmake libqt4-dev g++ libxtst-dev libphonon-dev

Now run: qmake and then make

If everything turns fine, you'll have file goldendict in current folder. Then just copy it to preferred folder, and try it:

enter image description here

zetah
  • 9,871