Go to file
Caesar11 424f740053 add lib folder and update Makefile 2014-12-08 09:05:04 -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
lib add lib folder and update Makefile 2014-12-08 09:05:04 -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 lib folder and update Makefile 2014-12-08 09:05:04 -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".