]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - REQUIREMENTS
Bump nokogiri from 1.6.1 to 1.10.9
[user/henk/code/ruby/rbot.git] / REQUIREMENTS
index 11848f48c79da7a507363cb4049f5708cf9d1805..d367cb8b177496d470ce1efa6474b6103822d2e9 100644 (file)
@@ -2,13 +2,16 @@ 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.2+
-      net/https             (for debian, this will also need libopenssl-ruby)
-      socket
-      uri
+      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
+                            you can install those requirement in debian like this:
+                            sudo aptitude install libtokyocabinet9 libtokyocabinet-dev zlib1g-dev libbz2-dev
+      sqlite3               for "sqlite" DB adaptor
+                            install with gem install sqlite,
+                            this also requires development libraries on the system to be present.
+      mechanize             install it using gem install mechanize
 
 Useful but fallback provided
       ruby-gettext 1.8.0+   http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext
@@ -27,16 +30,14 @@ Plugin requirements
 (these are all optional, if you don't have them, the plugins just won't
 function)
 
-bash, digg, slashdot, freshmeat, forecast:
-      REXML
-rss:
-      rss
+twitter:
+      oauth, oauth2
+
 shortenurls:
       shorturl
+
 time:
       tzinfo
-translator:
-      mechanize
 
 External programs needed for rbot
 =================================
@@ -63,9 +64,15 @@ spell plugin:
 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
+OMYGOD no!
+
+    http://www.fefe.de/nowindows/
+
+
+Further instructions
+====================
 
-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
+For further instructions, check https://github.com/4poc/rbot/wiki/Install-Guide
+For tips on handling the persistent plugin storage, backup, restore 
+and migration, check: https://github.com/4poc/rbot/wiki/Registry-Migration-Notes