X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=REQUIREMENTS;h=d367cb8b177496d470ce1efa6474b6103822d2e9;hb=f8e85aa40bfc1118acd1e29de75f3befc9dc6266;hp=11848f48c79da7a507363cb4049f5708cf9d1805;hpb=38db12d7482f62275ecf9e67819ae148b3514f9a;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/REQUIREMENTS b/REQUIREMENTS index 11848f48..d367cb8b 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -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