]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - REQUIREMENTS
[registry] daybreak engine small fix
[user/henk/code/ruby/rbot.git] / REQUIREMENTS
index d9adaeaf4d83be2e218cb0826eb939ebe8b3b724..154fd984bc34a71ff4992014f62aab444056e946 100644 (file)
@@ -2,7 +2,12 @@ Ruby modules needed for rbot
 ============================
 
 Core requirements
-      bdb (berkley db)      http://raa.ruby-lang.org/project/bdb/
+      tokyocabinet          for "tc" DB adaptor
+                            http://1978th.net/tokyocabinet/
+                            you can install Ruby bindings via "gem install tokyocabinet",
+                            but this still requires libtokyocabinet to be installed system-wide
+      bdb (berkeley db)      for "bdb" DB adaptor or converting from it
+                            http://raa.ruby-lang.org/project/bdb/
                             (which requires libdb4.x or better, formerly from
                             www.sleepycat.com, now at
                             http://www.oracle.com/technology/products/berkeley-db/index.html)
@@ -11,6 +16,10 @@ Core requirements
                             have a libdb-ruby packaged (or similar).
                             For Windows instructions, check at the bottom
                             of this file.
+
+      iconv                 this is needed by the httputil object and by the IRC engine
+                            to ensure consistent encoding across the bot
+
       net/http 1.2+
       net/https             (for debian, this will also need libopenssl-ruby)
       socket
@@ -33,6 +42,9 @@ Plugin requirements
 (these are all optional, if you don't have them, the plugins just won't
 function)
 
+twitter:
+      oauth, oauth2, json (<ruby1.9) 
+
 bash, digg, slashdot, freshmeat, forecast:
       REXML
 rss:
@@ -88,4 +100,4 @@ where you installed Ruby (typically C:\Ruby\)
 Further instructions
 ====================
 
-For further instructions, check http://linuxbrit.co.uk/rbot/wiki/InstallGuide
+For further instructions, check http://ruby-rbot.org/rbot-trac/wiki/InstallGuide