Update README.md

add building steps
This commit is contained in:
Caesar11 2014-11-21 12:59:37 +08:00
parent 7297b07868
commit 4bc401a412
1 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,14 @@
gStore
======
gStore2.0
## gStore2.0
### building 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.
> 2) run
> *make*
> to compile the gStore code and build executable "gload", "gquery", "gserver", "gclient".