Difference between revisions of "Xchat"
From CBLFS
Jump to navigationJump to search (→Optional) |
(→Optional) |
||
Line 19: | Line 19: | ||
*[[OpenSSL]] | *[[OpenSSL]] | ||
*[[Python]] | *[[Python]] | ||
− | *[[ | + | *[[TCL]] |
== Non-Multilib == | == Non-Multilib == |
Revision as of 12:34, 11 October 2006
Download Source: | http://www.xchat.org/files/source/2.6/xchat-2.6.6.tar.bz2 |
---|
Contents
Dependencies
Required
Recommended
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH=/usr/lib/pkgconfig USE_ARCH=32 LDFLAGS="-L/usr/lib" \ ./configure --prefix=/usr && make
Install the package
make install
N32
TO DO!
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH=/usr/lib64/pkgconfig USE_ARCH=64 \ ./configure --prefix=/usr --libdir=/usr/lib64 make
Install the package
make install
Contents
XChat is an IRC chat program. It allows you to join multiple IRC channels (chat rooms) at the same time, talk publicly, have private one-on-one conversations, etc. File transfers are also possible.