X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=REQUIREMENTS;h=93fe36c58b160dabc278d9c05553154ad14ef7a8;hb=845f1f50df269091d645e78508fc833f539bb9b8;hp=7b3473418c65c6240458751f7712627c0322b3ab;hpb=d8f47b0899f9ba055735250e91ac861e8adde447;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/REQUIREMENTS b/REQUIREMENTS index 7b347341..93fe36c5 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -5,7 +5,8 @@ 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.1+ + net/http 1.2+ + net/https (for debian, this will also need libopenssl-ruby) socket uri @@ -13,11 +14,14 @@ Plugin requirements (these are all optional, if you don't have them, the plugins just won't function) -babelfish, wserver: - net/http 1.2+ - -slashdot, freshmeat, rss: +bash, digg, slashdot, freshmeat, forecast: REXML +rss: + rss +rubyurl: + shorturl +time: + tzinfo External programs needed for rbot ================================= @@ -32,3 +36,12 @@ spell plugin: ispell(1) +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 + +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 +