FC4中安装chmsee的经验

下载chmsee(http://211.92.88.40/~zhong/),在FC4中./configure
checking for libgtkhtml-3.1 >= 3.1.8... Package libgtkhtml-3.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml-3.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml-3.1' found

configure: error: Library requirements (libgtkhtml-3.1 >= 3.1.18 not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
后来按网上的,下载gtkhtml-3.6.2,./configure --prefix=/usr, 然后make ,make install。结果还是不行。

最后,这样就对了 ,ln -s /usr/lib/pkgconfig/libgtkhtml-3.6.pc /usr/lib/pkgconfig/libgtkhtml-3.1.pc

原来版本太高也不行,人家就认低的。

你可能感兴趣的:(chm)