After having installed Scim/Skim, I am installing an IMEngine so that I can input chinese.
The IMEngine is novel-pinyin - 0.2.4 and come in a .tar.gz archive. process is $./configure $make $make install
When doing $./configure, the system checks many packages and finds out some missing ones (gettext & pkg-config), which I installed, but now I get this :
I search for 'glib' packages $sudo aptitude search glib, but among the many results, I only have some 'glibc' and other that look very different. I don't want to try anything foolish so I seek advice first. Do I need this package, can I get it from another repository (which one?) or should I post more information ?
Thank you
The IMEngine is novel-pinyin - 0.2.4 and come in a .tar.gz archive. process is $./configure $make $make install
When doing $./configure, the system checks many packages and finds out some missing ones (gettext & pkg-config), which I installed, but now I get this :
Code:
checking for GLIB2... configure: error: Package requirements (glib-2.0 >= 2.4.0) were not met:                                                              No package 'glib-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.                      Alternatively, you may set the environment variables GLIB2_CFLAGS and GLIB2_LIBS to avoid the need to call pkg-config.
Thank you
Comment