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