From: adam Date: Wed, 20 Mar 2013 11:57:26 +0000 (+0700) Subject: Lua installation docs X-Git-Tag: v1.2.12~296^2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5294b51dbcf45e33f11829e33ea9c07f309e048;p=platform%2Fupstream%2Fejdb.git Lua installation docs --- 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 +``` + + + +