MarsDict
- there is no install script yet, just type make and then cd into src/ directory and type ./marsdict
Important notes
- all dictionaries must be stored in utf-8 encoding
Requirements
GTK+-2
zlib (for tabtext plugin)
system with dlopen,dlclose,dlsym (this won't be necessary in future)
dict plugin requires libdict-0.9 (ftp://ftp.dict.org/pub/dict/libdict-0.9.tar.gz) library installed with prefix /usr (in fact it requires /usr/lib/libdict.a)
sqlite plugin requires sqlite-2.8.5 (http://www.sqlite.org/sqlite-2.8.5.tar.gz)
Notes for development versions
- all local dictionaries have to be copied into the src/<pluginname>/ directory
- tabtext database format is word<tab>foreign word<tab>description<newline> and this file has to be ascii sorted (LC_ALL="C")
(c) Martin Sivak <zmartins at quick dot cz>, 2003
