Curious Apprentice Asked: 2012-04-27 03:17:03 +0800 CST2012-04-27 03:17:03 +0800 CST 2012-04-27 03:17:03 +0800 CST I can not see images in GoldenDict! 772 I see a small box and a cross sign in the middle of that in place of images. Anyone having the same issue ?! package-management 1 Answers Voted Best Answer zetah 2012-04-29T08:37:08+08:002012-04-29T08:37:08+08:00 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:
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 withapt-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 thenmake
If everything turns fine, you'll have file
goldendict
in current folder. Then just copy it to preferred folder, and try it: