[docs] fix lmdb fetch url and path

This commit is contained in:
Evan Shelhamer 2015-07-28 10:27:39 -07:00
Родитель de6d444445
Коммит e4aed047a2
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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.