GTK+2.6安装笔记
GTK+2.6安装笔记,GTK+2.6安装笔记
一、准备工作 1、GTK+2.6及相关源码包的下载! ftp://ftp.gtk.org里面有绝大多数的软件包!下载吧!我在安装时就象在WINDOWS里一样什么都用最新的!呵呵。。。如下:atk-1.9.0.tar.bz2、tiff-v3.6.1.tar.z、pkgconfig-0.15.0.tar.gz、libpng-1.2.8.tar.bz2 、jpegsrc.v6b.tar.gzglib-2.6.4.tar.bz2、gtk+-2.6.6.tar.bz2、pango-1.8.1.tar.bz2、freetype-2.1.8.tar.bz2fontconfig-2.3.1.tar.gz 二、源码包的安装及次序: a、首先安装pkgconfig./configure --prefix=/usr &&make &&make install把下面的话加到你的系统或用户设置文件中:export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig最好/sbin/ldconfig一下,以后每安一个软件就/sbin/ldconfig一下,保险点.b、 安装glib2.4./configure --prefix=/usr &&make &&make install/sbin/ldconfig c、安装atk1.9./configure --prefix=/usr &&make &&make install/sbin/ldconfigd、 安装freetype-2.1.8./configure --prefix=/usr &&make &&make install/sbin/ldconfige、 安装pango 1.8.1export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig ./configure --prefix=/usr --sysconfdir=/etc &&make &&make install/sbin/ldconfigf、 安装libpng-1.2.8make prefix=/usr ZLIBINC=/usr/include ZLIBLIB=/usr/lib -f scripts/makefile.linux &&make prefix=/usr install -f scripts/makefile.linux/sbin/ldconfigg、 安装libtiff(就是tiff)./configure --prefix=/usr --noninteractive --with-DIR_MAN=/usr/share/man &&make &&make install/sbin/ldconfigh、 安装libjpeg(就是jpegsrv)./configure --enable-static --enable-shared --prefix=/usr &&make &&make install/sbin/ldconfigi、 安装fontconfig-2.2.2./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man && make && make install/sbin/ldconfigj、 安装gtk2.6.6./configure --prefix=/usr --sysconfdir=/etc &&make &&make install/sbin/ldconfig三、GAIM和OPENQ的安装改日再写Gaim 1.21和 OpenQ 0.3.1的安装方法 --------------------------------------------------------------------------------Gaim是跨平台,支持多协议的即时通信工具,其实说白了就是聊天工具。目前最新版本是 1.21。Gaim支持的协议有:MSN 、Yahoo通、AIM/ICQ、IRC、AIM、Gadu、Groupwise、Jabber、Napster、Zephir;OpenQ是一个Gaim的插件,可以这么说吧,OpenQ也是一个QQ的客户端,是Linux或者BSD的QQ的解决方案,可能也能在其它平台上使用,但测试过。我想初学Linux的朋友,对LumaQQ不太寞生吧。其实他和LumaQQ达到的最终目标是一样的,就是让非Windows的用户也能用QQ。如果您想要QQ的更多功能,还是用LumaQQ吧;如果您对LumaQQ以及OpenQ功能不太满意,或者说反感,建议还是回到Windows中用Tencent的win版的QQ。写本文目的:有些朋友用MSN,可能需要Gaim的安装,其实Gaim的文章有好多,前面也总结过,但有些弟兄还在问,今天下载一个新版本1.21的,安装一下试试,并再解决一下,其实也没有什么好说的,还是那点老内容,只是我象发疯一样一次又一次的说个不停。同时也顺便测试一下OpenQ是不是还能在新版本的Gaim中容得下去。同时也是为了整理即时通讯讨论区的帖子。想弄个索引什么的。哈哈,看到没有弟兄敢参与啊,我还是来参与一下吧。正文:一、下载Gaim 1.3.1 和 OpenQ 0.3.2地址: http://gaim.sf.net 地址:http://openq.linuxsir.org 二、安装Gaim 1、解压[root@S31 soft]# tar jxvf gaim-1.3.1.tar.bz22.编译和安装[root@S31 gaim-1.3.1]# cd ..[root@S31 soft]# cd gaim-1.3.1[root@S31 gaim-1.3.1]# ./configure --prefix=/opt/gaim131 注:这是把Gaim安装到 /opt/gaim131目录中通过上面的命令,应该有下面的提示:gaim 1.3.1Build Protocol Plugins........ : yesProtocols to link statically.. :Protocols to build dynamically : gg irc jabber msn napster novell oscar yahoo zephyrUI Library.................... : GTK 2.xSSL Library/Libraries......... : Mozilla NSSBuild with Plugin support..... : yesBuild with Perl support....... : yesBuild with Tcl support........ : yesBuild with Tk support......... : yesBuild with Audio support...... : yes如果其中下面这行没有,或者显示的是No,则MSN不能用。SSL Library/Libraries......... : Mozilla NSS 解决办法:安装Mozilla NSS 或者 GnuTLS方法在: http://gaim.so