]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - REQUIREMENTS
initial import of rbot
[user/henk/code/ruby/rbot.git] / REQUIREMENTS
1 Ruby modules needed for rbot
2 ============================
3
4 Core requirements
5       bdb (berkley db) http://www.ruby-lang.org/en/raa-list.rhtml?name=bdb
6                        (which requires libdb2 or better, from
7                        www.sleepycat.com)
8       net/http 1.1+
9       socket
10       uri
11
12 Plugin requirements
13 (these are all optional, if you don't have them, the plugins just won't
14 function)
15
16 babelfish, wserver:
17       net/http 1.2+
18
19
20 excuse,insult:
21       net/telnet
22
23 nslookup:
24       resolv-replace (optional)
25
26 slashdot:
27       REXML
28
29 External programs needed for rbot
30 =================================
31
32 Plugin requirements
33 (These are all optional)
34
35 host plugin:
36       host(1)
37
38 spell plugin:
39       ispell(1)
40
41