diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-10-24 23:37:58 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-25 07:55:12 -0500 |
commit | 9eb862e3e7643a70ffae0bf692355da29a5fbbc8 (patch) | |
tree | 493be4268eebedd3754dc4385b1d5b3b5ea34f21 /network/bitlbee/README | |
parent | e1b729bea7fda46a4108526b9e451db49a40c016 (diff) | |
download | slackbuilds-9eb862e3e7643a70ffae0bf692355da29a5fbbc8.tar.gz |
network/bitlbee: Updated for version 3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/bitlbee/README')
-rw-r--r-- | network/bitlbee/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/bitlbee/README b/network/bitlbee/README index 3d853f7276..83c4387f6f 100644 --- a/network/bitlbee/README +++ b/network/bitlbee/README @@ -20,3 +20,8 @@ first, and then: if you want to use libevent for events, instead of the default glib, install libevent and run the script like this: EVENTS=libevent ./bitlbee.SlackBuild + +OTR (Off the record) is not compiled by default. If you want bitlbee to +compile with OTR capabilities, you'll need to install libotr from Slackware +and run the script as follows: OTR=yes ./bitlbee.SlackBuild + |