Skip to content

Commit c9ee76c

Browse files
committed
added info how to install lmdb
1 parent e55b42f commit c9ee76c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Prerequisites
55
=============
66
lmdb needs to be somewhere your compiler can find it.
77

8+
On Ubuntu:
9+
```sh
10+
apt install liblmdb-dev
11+
```
12+
13+
On OS X:
14+
```sh
15+
brew install lmdb
16+
```
17+
818
Examples
919
========
1020

0 commit comments

Comments
 (0)