From abf6b5f7cdfbd8e3695a57bde85d5cf132aac5a2 Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sat, 29 Mar 2014 08:03:02 +0100 Subject: [PATCH] Some more explanation about LevelDB --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8bfae60..063cf56 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,7 @@ Requirements * libgd * sqlite3 +* leveldb (optional, set ENABLE_LEVELDB=1 in CMake to enable leveldb support) Compilation -----------