]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - REQUIREMENTS
Mode-checking methohds for User too
[user/henk/code/ruby/rbot.git] / REQUIREMENTS
index 068c1b9a1b829cb6327a75e9ba681bf7da49dad9..74fd26f65ba6be9bf331f8b8cdf32f69a7432ce7 100644 (file)
@@ -2,29 +2,28 @@ Ruby modules needed for rbot
 ============================
 
 Core requirements
-      bdb (berkley db) http://www.ruby-lang.org/en/raa-list.rhtml?name=bdb
-                       (which requires libdb2 or better, from
-                       www.sleepycat.com)
-      net/http 1.1+
+      bdb (berkley db)      http://www.ruby-lang.org/en/raa-list.rhtml?name=bdb
+                            (which requires libdb2 or better, from
+                            www.sleepycat.com)
+      net/http 1.2+
+      net/https             (for debian, this will also need libopenssl-ruby)
       socket
       uri
+      ruby-gettext 1.8.0+   http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext
+                            optional, if installed rbot can use localized messages     
 
 Plugin requirements
 (these are all optional, if you don't have them, the plugins just won't
 function)
 
-babelfish, wserver:
-      net/http 1.2+
-
-
-excuse,insult:
-      net/telnet
-
-nslookup:
-      resolv-replace (optional)
-
-slashdot:
+bash, digg, slashdot, freshmeat, forecast:
       REXML
+rss:
+      rss
+rubyurl:
+      shorturl
+time:
+      tzinfo
 
 External programs needed for rbot
 =================================
@@ -39,3 +38,12 @@ spell plugin:
       ispell(1)
 
 
+Running rbot on win32
+=====================
+
+here is bdb:
+http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ext/bdb-0.5.1-i386-mingw32-1.8.tar.gz
+
+and you need the Win32 MinGW version of Ruby:
+http://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.8/ruby-1.8.4-i386-mingw32.tar.gz
+