Update README.md

This commit is contained in:
Caesar11 2014-11-21 14:40:42 +08:00
parent eeebc2461e
commit b12a2c4315
1 changed files with 5 additions and 2 deletions

View File

@ -5,12 +5,15 @@ gStore
### Install Steps
System Requirement: 64bit linux with g++, gcc, make installed.
Install gStore2.0, just with two commands.
1) run
> *make lib_antlr*
> **make lib_antlr**
to compile and link the library(static) we need.
2) run
> *make*
> **make**
to compile the gStore code and build executable "gload", "gquery", "gserver", "gclient".