X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=REQUIREMENTS;h=154fd984bc34a71ff4992014f62aab444056e946;hb=3a6abd145f03aee8bcf1e3aab38f94e80860b18d;hp=74fd26f65ba6be9bf331f8b8cdf32f69a7432ce7;hpb=9ddf627d6d75ecd3ca93a29cc6b08df1bfee10fd;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/REQUIREMENTS b/REQUIREMENTS index 74fd26f6..154fd984 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -2,28 +2,59 @@ 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 uri + +Useful but fallback provided ruby-gettext 1.8.0+ http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext - optional, if installed rbot can use localized messages + optional; if installed rbot can use localized messages + htmlentities http://htmlentities.rubyforge.org/ + optional; if installed rbot will use it to decode + HTML entities; if missing, an internal table with + the most common HTML entities will be used instead + hpricot http://code.whytheluckystiff.net/hpricot/ + optional, if installed rbot will used it to find + the first paragraph in HTML files; if missing, + regular expressions will be used instead + Plugin requirements (these are all optional, if you don't have them, the plugins just won't function) +twitter: + oauth, oauth2, json (