Skip to content

Commit

Permalink
[docs] fix lmdb fetch url and path
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Jul 28, 2015
1 parent de6d444 commit e4aed04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/install_apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/install_yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e4aed04

Please sign in to comment.