2014-11-20 22:59:01 +08:00
|
|
|
gStore
|
|
|
|
======
|
|
|
|
|
2014-11-21 12:59:37 +08:00
|
|
|
## gStore2.0
|
|
|
|
|
2014-11-21 14:37:18 +08:00
|
|
|
### Install Steps
|
|
|
|
System Requirement: 64bit linux with g++, gcc, make installed.
|
|
|
|
Install gStore2.0, just with two commands.
|
|
|
|
1) run
|
2014-11-21 12:59:37 +08:00
|
|
|
> *make lib_antlr*
|
2014-11-21 14:37:18 +08:00
|
|
|
|
|
|
|
to compile and link the library(static) we need.
|
|
|
|
2) run
|
2014-11-21 12:59:37 +08:00
|
|
|
> *make*
|
2014-11-21 14:37:18 +08:00
|
|
|
|
|
|
|
to compile the gStore code and build executable "gload", "gquery", "gserver", "gclient".
|