]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - REQUIREMENTS
Wed Aug 03 00:31:41 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
[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 slashdot, freshmeat, rss:
20       REXML
21
22 External programs needed for rbot
23 =================================
24
25 Plugin requirements
26 (These are all optional)
27
28 host plugin:
29       host(1)
30
31 spell plugin:
32       ispell(1)
33
34