Am 29.05.2010 um 02:02 schrieb Pavel Sanda: > Stephan Witt wrote: >> The next steps on my agenda are >> * dictionary collection > > this is mac only thing or other archs need something similar?
The dictionaries are arch independent AFAIK. So the question is where to store and how to install them. The logical place would be lyx-devel/lib/dict and lyx-devel/lib/thes. But this is in SVN-tree... For now I have the following structure: -lyx +- lyx-devel (SVN checkout) +- qt4 (Source code download) +- hunspell-lib (Source code download) +- Dictionaries (different downloads) The build script ties all together. > >> +#define MAX_SELECTOR 3 >> +string dictPath(int selector) >> +{ >> + switch (selector) { >> + case 2: return >> addName(lyx::support::package().system_support().absFileName(),HUNSPELL_DICT) >> ; break ; >> + case 1: return >> addName(lyx::support::package().user_support().absFileName(),HUNSPELL_DICT) >> ; break ; > > whitespaces Ok. Thanks. Stephan