cd ~/projects/ mkdir enchant cd enchant/ cvs -d:pserver:anoncvs@anoncvs.abisource.com:/cvsroot login cvs -d:pserver:anoncvs@anoncvs.abisource.com:/cvsroot co enchant cd enchant/ ./autogen.sh ./configure --prefix=/opt/enchant make sudo make install cd ../.. mkdir gtkspell cd gtkspell/ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtkspell login cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gtkspell co gtkspell3 cd gtkspell3/ PKG_CONFIG_PATH=/opt/enchant/lib/pkgconfig ./autogen.sh --prefix=/opt/gtkspell3 make ./examples/advanced