about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-02 14:14:12 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-02 14:14:12 -0800
commitcd3d6d573985cac087bd51f44bd8ad87b9e4e429 (patch)
treeb4c3f7b28e4643c9cdfdd75fd036def2bd7dc1ba /README
parentedb517aee23616ee1842148fb7e9afc7aebc6139 (diff)
downloadruby-tdb-cd3d6d573985cac087bd51f44bd8ad87b9e4e429.tar.gz
We still need a lot of work in this area, but this is better
than nothing.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index bc174f3..b729ac6 100644
--- a/README
+++ b/README
@@ -33,6 +33,15 @@ You may also install it via RubyGems on RubyGems.org:
 
   gem install tdb
 
+If you have a tdb installation in a non-standard prefix, you
+will have to use:
+
+  gem install tdb -- --with-tdb-dir=$PFX
+
+Or if you have a non-standard prefix that linkers normally do not search:
+
+  gem install tdb -- --with-tdb-dir=$PFX --with-dldflags=-Wl,-rpath=$PFX/lib
+
 You can get the latest source via git from the following locations
 (these versions may not be stable):