X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=REQUIREMENTS;h=154fd984bc34a71ff4992014f62aab444056e946;hb=8f23ec47bf539f8831719745e80c1bdaef966f6a;hp=11848f48c79da7a507363cb4049f5708cf9d1805;hpb=38db12d7482f62275ecf9e67819ae148b3514f9a;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/REQUIREMENTS b/REQUIREMENTS index 11848f48..154fd984 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -2,9 +2,24 @@ 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) + 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) + Most of the time you don't need to compile anything. + If you're running Linux, your distribution should + 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 @@ -27,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 (