gtkspell - Highlights misspelled words like M$Word/MacOSX ChangeLog

HOWTO


# GtkSpell 2.0.11
# ===============
# Prerequisites:
# gawk
# grep
# aspell (the old aspell/pspell or the new one)
# pkg-config
# GTK+ >= 2.0
# pango >= 1.3.5
# gettext

cd
test -f installed/gtkspell-2.0.11.tar.gz &&
mv installed/gtkspell-2.0.11.tar.gz .
test ! -f gtkspell-2.0.11.tar.gz &&
wget http://gtkspell.sourceforge.net/download/gtkspell-2.0.11.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gtkspell-*" -exec rm -r {} \;
tar xzvf ~/gtkspell-2.0.11.tar.gz
cd gtkspell-2.0.11
test $UID = 0 && chown -R root:root .
./configure --disable-gtk-doc
make
su -c "make install ; ldconfig"
cd
mkdir -p -m 0700 installed
rm -f installed/gtkspell-*.tar.*
mv gtkspell-2.0.11.tar.gz installed/


# If you ever want to uninstall gtkspell, this should do it:
cd
su
test -d src/gtkspell-* && ( cd src/gtkspell-* ; make uninstall )
rm -f /usr/local/include/gtkspell-2.0/gtkspell/gtkspell.h \
/usr/local/lib/libgtkspell.* \
/usr/local/lib/pkgconfig/gtkspell-2.0.pc
test -d /usr/local/share/gtk-doc/html/gtkspell &&
rm -r /usr/local/share/gtk-doc/html/gtkspell
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "gtkspell-*" -exec rm -r {} \;
rm -f ~/installed/gtkspell-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2007-07-03 4:49pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]