diff --git a/README.md b/README.md index 8322501..d48a75c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ Dazzle ====== + +Build +===== +Dazzle depends on LMDB as the storage engine so you need to compile and install it first. + +`git clone -b mdb.master --single-branch git://git.openldap.org/openldap.git` + +`make` + +`make install`