From c5294b51dbcf45e33f11829e33ea9c07f309e048 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 20 Mar 2013 18:57:26 +0700 Subject: [PATCH] Lua installation docs --- luaejdb/README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/luaejdb/README.md b/luaejdb/README.md index 750734e..0c42a96 100644 --- a/luaejdb/README.md +++ b/luaejdb/README.md @@ -1,4 +1,27 @@ Embedded JSON database library Lua binding ============================================================ -http://ejdb.org/luadoc/ \ No newline at end of file +**[EJDB Lua API documentation](http://ejdb.org/luadoc/)** + +Installation +----------------------------------------------------- + +**Required tools/system libraries:** + +* gcc +* **Lua >= 5.1** +* EJDB C library **libtcejdb** ([from sources](https://github.com/Softmotions/ejdb#manual-installation) or as [debian packages](https://github.com/Softmotions/ejdb/wiki/Debian-Ubuntu-installation)) + +**(A) Using luarocks from github sources** + +``` +git clone https://github.com/Softmotions/ejdb.git +cd ./ejdb/luaejdb +umask 022 +make +sudo luarocks install ./luaejdb-1.0-2.linux-x86_64.rock +``` + + + + -- 2.7.4