]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - REQUIREMENTS
93fe36c58b160dabc278d9c05553154ad14ef7a8
[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.2+
9       net/https        (for debian, this will also need libopenssl-ruby)
10       socket
11       uri
12
13 Plugin requirements
14 (these are all optional, if you don't have them, the plugins just won't
15 function)
16
17 bash, digg, slashdot, freshmeat, forecast:
18       REXML
19 rss:
20       rss
21 rubyurl:
22       shorturl
23 time:
24       tzinfo
25
26 External programs needed for rbot
27 =================================
28
29 Plugin requirements
30 (These are all optional)
31
32 host plugin:
33       host(1)
34
35 spell plugin:
36       ispell(1)
37
38
39 Running rbot on win32
40 =====================
41
42 here is bdb:
43 http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ext/bdb-0.5.1-i386-mingw32-1.8.tar.gz
44
45 and you need the Win32 MinGW version of Ruby:
46 http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ruby-1.8.4-i386-mingw32.tar.gz
47