summaryrefslogtreecommitdiff
path: root/REQUIREMENTS
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2004-10-09 01:51:05 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2004-10-09 01:51:05 +0000
commit0f3e302547363ea237454dda891ddb5de1be4476 (patch)
treeec45be24a669ee28b5e2da4ff65e39265a418e0b /REQUIREMENTS
initial import of rbot
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r--REQUIREMENTS41
1 files changed, 41 insertions, 0 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS
new file mode 100644
index 00000000..068c1b9a
--- /dev/null
+++ b/REQUIREMENTS
@@ -0,0 +1,41 @@
+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.1+
+ socket
+ uri
+
+Plugin requirements
+(these are all optional, if you don't have them, the plugins just won't
+function)
+
+babelfish, wserver:
+ net/http 1.2+
+
+
+excuse,insult:
+ net/telnet
+
+nslookup:
+ resolv-replace (optional)
+
+slashdot:
+ REXML
+
+External programs needed for rbot
+=================================
+
+Plugin requirements
+(These are all optional)
+
+host plugin:
+ host(1)
+
+spell plugin:
+ ispell(1)
+
+