From 8de8155dfa621958cec63bc1d0fd2a3336cde136 Mon Sep 17 00:00:00 2001 From: Kelly Sommers Date: Sat, 5 Oct 2013 17:10:34 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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`