summaryrefslogtreecommitdiff
path: root/REQUIREMENTS
diff options
context:
space:
mode:
authorVoker57 <voker57@gmail.com>2010-03-15 00:19:46 +0300
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2010-03-16 14:54:17 +0100
commite1e90efaf2e9d9d09046e8877c276cb209c5e614 (patch)
treeedf5db6faac4151078aa18ff7577874751d13b34 /REQUIREMENTS
parentca51b3d47107c385fd6f7ece8893787179ac8acb (diff)
Tokyo Cabinet DB backend
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r--REQUIREMENTS8
1 files changed, 7 insertions, 1 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS
index cc12c4bc..dddc940c 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,7 @@ Core requirements
have a libdb-ruby packaged (or similar).
For Windows instructions, check at the bottom
of this file.
+
net/http 1.2+
net/https (for debian, this will also need libopenssl-ruby)
socket