X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=REQUIREMENTS;h=0e906daeb122959f40ca21ca262045bc067ad602;hb=318c87a0659c1aa6da5f6b0b82c15de65f86f513;hp=cc12c4bca376ee282765c4053c1e6c385c859820;hpb=3527629fa971d1407d152fecad13fb346c9286da;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/REQUIREMENTS b/REQUIREMENTS index cc12c4bc..0e906dae 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -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