星期一 五月 26, 2008

Before you start the build, make sure you have setup your build environment, you may refer to my blog "Setup Indiana as Developer Desktop for Gnu/Gnome".

Download the source tar file from stardict.sf.net, and apply the patch,

$ patch -p1 < stardict-3.0.1-on-ss12-patch.diff
$ ./autogen.sh --prefix=/usr --disable-festival --disable-espeak; make
# make install


The major problem of this porting, is related to my last entry, "Function Pointer as Template Parameter in SunStudio C++".

星期四 二月 14, 2008

Here is an opensource'd dictionary converting tool, Mac Dictionary Kit, that supports converting StarDict dictionaries to Mac dictionary-2 format. So I don't need TranslateIt! any more. It only supports the compressed format ".tar.bz2" that you download from stardict.sourceforge.net, It takes some time to convert a large dictionary, be patient :)

This blog copyright 2009 by yongsun