Changeset 04f0c10
- Timestamp:
- 2010-10-03T02:50:20Z (14 years ago)
- Branches:
- master
- Children:
- 25b5a4a
- Parents:
- 8e9e2b7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r8e9e2b7 r04f0c10 34 34 gcov=0 35 35 plugins=1 36 otr= auto36 otr=0 37 37 38 38 events=glib … … 73 73 74 74 --purple=0/1 Disable/enable libpurple support $purple 75 (automatically disables other protocol modules) 75 76 76 77 --debug=0/1 Disable/enable debugging $debug … … 78 79 --gcov=0/1 Disable/enable test coverage reporting $gcov 79 80 --plugins=0/1 Disable/enable plugins support $plugins 80 --otr=0/1 Disable/enable OTR encryption support $otr 81 --otr=0/1/auto/plugin 82 Disable/enable OTR encryption support $otr 81 83 82 84 --events=... Event handler (glib, libevent) $events -
doc/README
r8e9e2b7 r04f0c10 67 67 platform. Any recent version of GLib (2.4 or higher) will work. 68 68 69 Off-the-Record encryption support will be included by default if the 70 configure script finds libotr in one of the usual places. You can pass 71 --otr=1 or --otr=0 to force it on or off, respectively. 69 Off-the-Record encryption support can be included if libotr is available on 70 your machine. Pass --otr=1 to configure to build it into BitlBee, or 71 --otr=plugin to build it as a separate loadable plugin (mostly meant for 72 distro packages). 72 73 73 74 These days, many IM protocols use SSL/TLS connections (for authentication
Note: See TracChangeset
for help on using the changeset viewer.