Download idanish-1.2.tar.gz. Then run the commands
gunzip idanish-1.2.tar.gz tar -xvf idanish-1.2.tar cd idanish-1.2 buildhash dansk.0 dansk.aff dansk.hash cp dansk.aff dansk.hash /usr/lib/ispell cd .. rm -r idanish-1.2(You might have to substitute e.g. /usr/local/lib/ispell for /usr/lib/ispell above. Use ispell -vv | grep LIBDIR to find out the correct location. If you can't write to that directory, copy the files to your home directory and specify the path to dansk.hash each time you run ispell. Use ispell -d ./dansk -C filename to spellcheck filename if dansk.hash is in the current directory.)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.The GNU General Public License
I created my first version of dansk.0 from dansk.zip using the command
unzip -p dansk.zip | tr -d '\015' | munchlist -l dansk.aff -v > dansk.0Note that it might take a few hours to run this command, and that you need a lot of memory. The files dansk.zip and dansk.aff must be in the current directory.