~ubuntu-branches/ubuntu/natty/mozvoikko/natty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
This is mozvoikko, an extension for Mozilla programs for using Finnish
Language spell-checker Voikko

Supported versions are:
=======================

-  Mozilla Firefox 3.0b1 or above
-  Mozilla Thunderbird 3.0a1pre (nightly builds newer than 20/09/2007)
-  Mozilla SeaMonkey 2.0a1pre (nightly builds newer than 20/09/2007)

Supported targets:
==================
-  32-bit Windows (WINNT_x86-msvc)
-  32-bit Linux (Linux_ix86-gcc3)
-  64-bit Linux (Linux_x86_64-gcc3)
-  32-bit OS X 10.5 and 10.6 (Darwin_x86-gcc3)

Binary extension package may contain support one or more of these targets.
When building against xulrunner on Linux, more platforms may be supported.

When building within Mozilla source tree, this extension does not require
separate installation of Voikko: all needed files are included. Builds
against xulrunner will only work with system libvoikko.

Building in source tree requires gecko-2.0pre based mozilla program sources (or later).
Resulting extension is expected to work also with earlier versions beginning with
gecko-1.9.0

For more information, see http://voikko.sourceforge.net

Directory structure:
====================

src                     Extension sources
src/gnu-ld-scripts      Replacements for gecko-2 linker scripts to export only needed
                        symbols (original scripts do not export symbol needed for
                        compatibility with earlier gecko versions like 1.9.2)
src/voikko-data         suomi-malaga files must be put into this directory when
                        building inside Mozilla source tree. See README in that
                        directory for details.
src/voikko-libs         target specific libvoikko dynamic libraries must be put into
                        subdirectories of this directory when building inside Mozilla
                        source tree.


Andris Pavenis <andris.pavenis@iki.fi>