-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
54 lines (45 loc) · 1.84 KB
/
README
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
47
48
49
50
51
52
53
54
This is Mozvoikko, an extension for Mozilla programs for using Voikko spell checker.
Supported versions are:
=======================
- Mozilla Firefox 4.0 - 56
- Mozilla Thunderbird 5.0 - 52.9.1
- Mozilla SeaMonkey 2.2 or above
Supported targets:
==================
- 32-bit Windows (WINNT_x86-msvc)
- 64-bit Windows (WINNT_x86_64-msvc)
- 32-bit Linux (Linux_ix86-gcc3)
- 64-bit Linux (Linux_x86_64-gcc3)
- 32-bit Mac OS X (Darwin_x86-gcc3)
- 64-bit Mac OS X (Darwin_x86_64-gcc3)
- 32-bit Mac OS X (Darwin_ppc-gcc3)
Binary packages for targets mentioned above are included in the extension package.
Also suomi-malaga data are included. Extension works however with system installations
of these packages (libvoikko and suomi-malaga) if the files are not found inside
the extension package.
Version 2 of Mozvoikko is written completely in JavaScript and does not contain
any binary components.
One can include libvoikko shared libraries and suomi-malaga (or other dictionaries)
into an extension. For that one must put these files in the subdirectories of
directory voikko as shown below:
$ find voikko -type f | sort
voikko/2/mor-standard/voikko-fi_FI.all_l
voikko/2/mor-standard/voikko-fi_FI.lex_l
voikko/2/mor-standard/voikko-fi_FI.mor_l
voikko/2/mor-standard/voikko-fi_FI.pro
voikko/2/mor-standard/voikko-fi_FI.sym_l
voikko/Darwin_x86_64-gcc3/libvoikko.1.dylib
voikko/Darwin_x86-gcc3/libvoikko.1.dylib
voikko/Linux_x86_64-gcc3/libvoikko.so.1
voikko/Linux_x86-gcc3/libvoikko.so.1
voikko/README
voikko/WINNT_x86-msvc/libvoikko-1.dll
voikko/WINNT_x86_64-msvc/libvoikko-1.dll
On PPC Mac OS X:
$ find voikko -type f | sort
voikko/2/mor-standard/voikko-fi_FI.lex_b
voikko/2/mor-standard/voikko-fi_FI.mor_b
voikko/2/mor-standard/voikko-fi_FI.pro
voikko/2/mor-standard/voikko-fi_FI.sym_b
voikko/Darwin_ppc-gcc3/libvoikko.1.dylib
Andris Pavenis <andris.pavenis@iki.fi>