Friday, April 20, 2012

Fixing problem during installing gummi spelling check

gtkspell need

No package 'gtk+-2.0' found solution:
http://ubuntuforums.org/showthread.php?t=1255480

libgtk2.0-dev 
fixed it

No package 'enchant' found solution:
Download enchant source
http://www.linuxfromscratch.org/blfs/view/cvs/general/enchant.html

Installation Method:
http://groups.google.com/group/pyenchant-users/browse_thread/thread/6be9036c488d37bb?pli=1

./configure
make
make install (maybe need sudo permission)

inttool installation (need intltool 0.35.0 or later)
./configure
make
make install

No comments:

Post a Comment