Difference between revisions of "Weechat"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m (Categorized) |
Weibullguy (talk | contribs) |
||
Line 18: | Line 18: | ||
* [[Lua]] | * [[Lua]] | ||
* [[Aspell]] | * [[Aspell]] | ||
+ | * [[Gtk2]] | ||
+ | * [[wxWidgets]] | ||
+ | * [[Qt3]] | ||
== Non-Multilib == | == Non-Multilib == | ||
Line 31: | Line 34: | ||
== Multilib == | == Multilib == | ||
+ | |||
'''''This package does not provide any external libraries, only plugins, so only one installation is needed.''''' | '''''This package does not provide any external libraries, only plugins, so only one installation is needed.''''' | ||
− | === | + | === 64Bit === |
Compile the package: | Compile the package: | ||
− | CC="gcc ${ | + | CC="gcc ${BUILD64}" USE_ARCH=64 \ |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
./configure --prefix=/usr --sysconfdir=/etc \ | ./configure --prefix=/usr --sysconfdir=/etc \ | ||
− | --libdir=/usr/ | + | --libdir=/usr/lib64 && |
make | make | ||
Line 58: | Line 50: | ||
make install | make install | ||
− | == | + | == Contents == |
− | + | {| style="text-align: left;" | |
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | |/usr/lib/weechat/plugins | ||
+ | |-valign="top" | ||
+ | !Installed Programs: | ||
+ | |weechat-curses, weechat-gtk | ||
+ | |-valign="top" | ||
+ | !Installed Libraries: | ||
+ | |None | ||
+ | |} | ||
− | + | === Short Descriptions === | |
− | |||
− | |||
− | |||
− | + | {| style="text-align: left;" | |
− | + | |-valign="top" | |
− | + | !weechat-curses | |
+ | |is the ncurses version of weechat. | ||
+ | |-valign="top" | ||
+ | !weechat-gtk | ||
+ | |is the [GTK2] version of weechat. | ||
+ | |} | ||
[[Category:Non-GUI Clients]] | [[Category:Non-GUI Clients]] |
Revision as of 19:02, 14 August 2009
Download Source: | http://weechat.flashtux.org/download/weechat-0.3.3.tar.bz2 |
---|
Contents
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.
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \ ./configure --prefix=/usr --sysconfdir=/etc \ --libdir=/usr/lib64 && make
Install the package
make install
Contents
Installed Directories: | /usr/lib/weechat/plugins |
---|---|
Installed Programs: | weechat-curses, weechat-gtk |
Installed Libraries: | None |
Short Descriptions
weechat-curses | is the ncurses version of weechat. |
---|---|
weechat-gtk | is the [GTK2] version of weechat. |