ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / aspell / postinst
blob648ded0b92cfcf8f6923ec3aab80bca0d5423db2
1 #!/bin/sh
4 echo "Available dictionaries at ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
5 echo "Sample English dictionary install for aspell:"
6 echo " cd /opt/tmp"
7 echo " ipkg install make"
8 echo " wget ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-6.0-0.tar.bz2"
9 echo " tar xvjf aspell6-en-6.0-0.tar.bz2"
10 echo " cd aspell6-en-6.0-0"
11 echo " ./configure"
12 echo " make"
13 echo " make install"
14 echo "Note that some dictionaries require lot of memory for word compression."