Difference between revisions of "Weechat"

From CBLFS
Jump to navigationJump to search
(Added intro)
Line 8: Line 8:
 
----
 
----
  
{{Blank-Package-Introduction}}
+
{{Package-Introduction|Weechat is a multi-platform IRC standards compliant client with console, ncurses, wxWidgets, Gtk2, and Qt interfaces.|http://weechat.flashtux.org/index.php}}
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 11:23, 1 June 2007

Download Source: http://weechat.flashtux.org/download/weechat-0.3.3.tar.bz2

Introduction to Weechat

Weechat is a multi-platform IRC standards compliant client with console, ncurses, wxWidgets, Gtk2, and Qt interfaces.

Project Homepage: http://weechat.flashtux.org/index.php

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

Multilib

This package does not provide any external libraries, only plugins, so only one installation is needed.

32Bit

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr --sysconfdir=/etc \
    --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/usr --sysconfdir=/etc \
    --libdir=/usr/lib64 &&
make

Install the package

make install