diff options
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 3d853f7276a20..83c4387f6fa67 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 + |