diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-07-14 11:33:37 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-07-14 11:33:37 -0400 |
commit | 8de1c1e36f3ad67553900396bb6b8eefe48c2cd6 (patch) | |
tree | 561d7a989868cd5fbdcffa51e50146224605f684 /src | |
parent | 4b862378fecf7c25d6d63e12b4bfafedcb1e91e8 (diff) | |
download | mongo-8de1c1e36f3ad67553900396bb6b8eefe48c2cd6.tar.gz |
Add --enable-leveldb, --enable-rocksdb to the configuration list
Diffstat (limited to 'src')
-rw-r--r-- | src/docs/install.dox | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/docs/install.dox b/src/docs/install.dox index b5157223377..20538818e85 100644 --- a/src/docs/install.dox +++ b/src/docs/install.dox @@ -130,9 +130,15 @@ Configure WiredTiger to perform various run-time diagnostic tests. @par \c --enable-java Build the WiredTiger Java API. +@par \c --enable-leveldb +Build the Google, Inc. LevelDB API. + @par \c --enable-python Build the WiredTiger <a href="http://www.python.org">Python</a> API. +@par \c --enable-rocksdb +Build the Facebook, Inc. RocksDB API. + @par \c --enable-snappy Configure WiredTiger for <a href="http://code.google.com/p/snappy/">snappy</a> compression; see @ref compression for more information. |