Difference between revisions of "Pidgin"
From CBLFS
Jump to navigationJump to search (→Multilib) |
(I added the package description from BLFS.) |
||
Line 6: | Line 6: | ||
---- | ---- | ||
+ | |||
+ | == Introduction to Gaim == | ||
+ | |||
+ | Gaim is an instant messaging client that can connect with a wide range of networks including AIM, ICQ, MSN, Jabber, IRC, Napster, Gadu-Gadu, Zephyr and Yahoo! | ||
== Dependencies == | == Dependencies == |
Revision as of 03:51, 5 December 2006
Download Source: | http://prdownloads.sourceforge.net/gaim/gaim-2.0.0beta5.tar.bz2 |
---|
Contents
Introduction to Gaim
Gaim is an instant messaging client that can connect with a wide range of networks including AIM, ICQ, MSN, Jabber, IRC, Napster, Gadu-Gadu, Zephyr and Yahoo!
Dependencies
Required
Optional
- DBUS
- GConf
- Gstreamer
- Avahi
- silc-toolkit
- Audio File
- libao
- Mono
- TCL
- Tk
- GtkSpell
- startup-notification
- Evolution Data Server and LibXML2
- XScreenSaver
- GnuTLS or NSS
- Zephyr
- Doxygen
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc/gnome && make
Install the package
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 && sed -i "s/lib64/lib/g" configure && CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --sysconfdir=/etc/gnome && make
Install the package
make install && unset USE_ARCH
N32
Compile the package:
export USE_ARCH=n32 && sed -i "s/lib64/lib32/g" configure && CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 \ --sysconfdir=/etc/gnome && make
Install the package
make install && unset USE_ARCH
64Bit
Compile the package:
export USE_ARCH=64 && CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 \ --sysconfdir=/etc/gnome && make
Install the package
make install && unset USE_ARCH
Contents
Gaim is an instant messaging client that can connect with a wide range of networks including AIM, ICQ, MSN, Jabber, IRC, Napster, Gadu-Gadu, Zephyr and Yahoo!