summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2015-07-28 10:27:39 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2015-07-28 10:27:39 -0700
commite4aed047a2203bbc1f5bd36ed90bb7d9882b2e11 (patch)
treeb870745d370bba79bd62b338ab5eceb14306be13 /docs
parentde6d444445261fc9859143bfd969d538ae7a2108 (diff)
downloadcaffeonacl-e4aed047a2203bbc1f5bd36ed90bb7d9882b2e11.tar.gz
caffeonacl-e4aed047a2203bbc1f5bd36ed90bb7d9882b2e11.tar.bz2
caffeonacl-e4aed047a2203bbc1f5bd36ed90bb7d9882b2e11.zip
[docs] fix lmdb fetch url and path
Diffstat (limited to 'docs')
-rw-r--r--docs/install_apt.md2
-rw-r--r--docs/install_yum.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/install_apt.md b/docs/install_apt.md
index d5deee1c..2976e3cd 100644
--- a/docs/install_apt.md
+++ b/docs/install_apt.md
@@ -42,7 +42,7 @@ These dependencies need manual installation in 12.04.
make && make install
# lmdb
git clone https://github.com/LMDB/lmdb
- cd mdb/libraries/liblmdb
+ cd lmdb/libraries/liblmdb
make && make install
Note that glog does not compile with the most recent gflags version (2.1), so before that is resolved you will need to build with glog first.
diff --git a/docs/install_yum.md b/docs/install_yum.md
index 478e7d95..2104912e 100644
--- a/docs/install_yum.md
+++ b/docs/install_yum.md
@@ -28,8 +28,8 @@ title: Installation: RHEL / Fedora / CentOS
export CXXFLAGS="-fPIC" && cmake .. && make VERBOSE=1
make && make install
# lmdb
- git clone git://gitorious.org/mdb/mdb.git
- cd mdb/libraries/liblmdb
+ git clone https://github.com/LMDB/lmdb
+ cd lmdb/libraries/liblmdb
make && make install
Note that glog does not compile with the most recent gflags version (2.1), so before that is resolved you will need to build with glog first.