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