Go to file
Caesar11 1c7b0485dd Merge branch 'master' of https://github.com/Caesar11/gStore 2014-11-27 20:58:50 -05:00
Bstr add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Database add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
KVstore add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Parser add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Query add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Server add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Signature add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Triple add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
VSTree add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
api add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
example add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
format_query add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
main add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
tools add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
util add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
.gitignore configure the .gitignore 2014-11-20 23:45:07 -05:00
Makefile add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
README.md Update README.md 2014-11-21 14:40:42 +08:00
gStore2.0-usage_eng.pdf added usage doc. 2014-11-27 20:56:44 -05:00
readme add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00

README.md

gStore

gStore2.0

Install Steps

System Requirement: 64bit linux with g++, gcc, make installed.

Install gStore2.0, just with two commands.

  1. run

make lib_antlr

to compile and link the library(static) we need.

  1. run

make

to compile the gStore code and build executable "gload", "gquery", "gserver", "gclient".