aboutsummaryrefslogtreecommitdiffstats
path: root/developer.html
diff options
context:
space:
mode:
Diffstat (limited to 'developer.html')
-rw-r--r--developer.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/developer.html b/developer.html
new file mode 100644
index 0000000..6da195c
--- /dev/null
+++ b/developer.html
@@ -0,0 +1,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>