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