Update README.md
This commit is contained in:
parent
4bc401a412
commit
eeebc2461e
16
README.md
16
README.md
|
@ -3,12 +3,14 @@ gStore
|
|||
|
||||
## gStore2.0
|
||||
|
||||
### building steps
|
||||
> System Requirement: 64bit linux with g++, gcc, make installed.
|
||||
> Install gStore2.0, just with two commands.
|
||||
> 1) run
|
||||
### 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.
|
||||
> 2) run
|
||||
|
||||
to compile and link the library(static) we need.
|
||||
2) run
|
||||
> *make*
|
||||
> to compile the gStore code and build executable "gload", "gquery", "gserver", "gclient".
|
||||
|
||||
to compile the gStore code and build executable "gload", "gquery", "gserver", "gclient".
|
||||
|
|
Loading…
Reference in New Issue