A C++ library to read Stardict file directly derived from http://code.google.com/p/stardict-3/
Dependencies:
- GCC (+4.8)
- Make or any IDE supported by CMake (Visual Studio, Eclipse, XCode, KDevelop, etc)
mkdir -p $StarDict/build
cd $StarDict/build
cmake -DCMAKE_INSTALL_PREFIX:PATH=~/local ..
cd $StarDict/build
make
cd $StarDict/build/test
./test