1 Star 0 Fork 13

merryfish / 图数据库系统-gStore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL.md 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
bookug 提交于 2017-08-03 00:13 . docs: prepare for 0.5.0

You are advised to read init.conf file, and modify it as you wish. (this file will configure the basic options of gStore system)

gStore is a green software, and you just need to compile it with one command. Please run

make

in the gStore root directory to compile the gStore code, link the ANTLR lib, and build executable "gbuild", "gquery", "ghttp", "gserver", "gclient", "gconsole". What is more, the api of gStore is also built now.

If you want to use API examples of gStore, please run make APIexample to compile example codes for both C++ API and Java API. For details of API, please visit API chapter.

Use make clean command to clean all objects, executables, and use make dist command to clean all objects, executables, libs, datasets, databases, debug logs, temp/text files in the gStore root directory.

You are free to modify the source code of gStore and create your own project while respecting our work, and type make tarball command to compress all useful files into a .tar.gz file, which is easy to carry.

Type make gtest to compile the gtest program if you want to use this test utility. You can see the HOW TO USE for details of gtest program.

C++
1
https://gitee.com/merryfish/gStore.git
git@gitee.com:merryfish/gStore.git
merryfish
gStore
图数据库系统-gStore
master

搜索帮助