blob: 6da195c3652e3d10e4a005122083d5adfc4276a6 (
plain)
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Developer information</title>
</head>
<body>
Developer information:<br>
<br>
Short information for building the wordlist with cvs checkout.<br>
<br>
Steps for building wordlists.<br>
<br>
Download ispell.3.2.06<br>
Untar ispell package<br>
Patch with ispell patch from cvs<br>
copy files for cvs into languages/norsk folder inside ispell folder.<br>
build ispell. (ispell is a bit tricky to build some times, check out
the Readme file included in the ispell-tarball)<br>
go to languages/norsk folder<br>
make -f Makefile.new myspell-dist<br>
make -f Makefile.new aspell-dist<br>
the aspell tar.bz2 files are aspell wordlists<br>
and myspell files are there.<br>
<br>
To make the ispell files type<br>
<br>
make all<br>
<br>
this will make the nynorsk.hash and bokmal.hash ispell files.<br>
<br>
More information coming.<br>
</body>
</html>
|