]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - REQUIREMENTS
bit of win32 doco
[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
35 Running rbot on win32
36 =====================
37
38 here is bdb:
39 http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ext/bdb-0.5.1-i386-mingw32-1.8.tar.gz
40
41 and you need the Win32 MinGW version of Ruby:
42 http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ruby-1.8.4-i386-mingw32.tar.gz
43