Comment 52 for bug 477513

Revision history for this message
In , Ek-kato (ek-kato) wrote :

(In reply to comment #6)
> It's really easy.
>
> $ tar zxvf uim-1.5.6.tar.gz
> $ cd uim-1.5.6
> $ ./configure --prefix=/usr # assume you've already installed libtool and
> libgtk2.0-dev

Oops, intltool not libtool.

> $ gedit gtk/gtk-im-uim.h # edit line 54 and 55 in that file
> $ make
> $ cd gtk
> $ sudo make install
>
> That's it!