diff options
author | Eric Zeiberg <ejzeiberg@gmail.com> | 2015-07-21 22:12:48 -0700 |
---|---|---|
committer | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2015-07-21 22:12:48 -0700 |
commit | 2d328815afa90c2b9bf10f1e5795bbcc2bc877ed (patch) | |
tree | 0955b57f067b1476bc52b853aa29dcd97762bb44 /docs | |
parent | b2d7b9a31613d69dc4ea1fe6f3d0fe10ac7ee95d (diff) | |
download | caffeonacl-2d328815afa90c2b9bf10f1e5795bbcc2bc877ed.tar.gz caffeonacl-2d328815afa90c2b9bf10f1e5795bbcc2bc877ed.tar.bz2 caffeonacl-2d328815afa90c2b9bf10f1e5795bbcc2bc877ed.zip |
[docs] set lmdb url to github mirror
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install_apt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install_apt.md b/docs/install_apt.md index f588b74d..d5deee1c 100644 --- a/docs/install_apt.md +++ b/docs/install_apt.md @@ -41,7 +41,7 @@ These dependencies need manual installation in 12.04. export CXXFLAGS="-fPIC" && cmake .. && make VERBOSE=1 make && make install # lmdb - git clone https://gitorious.org/mdb/mdb.git + git clone https://github.com/LMDB/lmdb cd mdb/libraries/liblmdb make && make install |