You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: If CentOS, you might need to install pcre in advance.
29
+
$ sudo yum install pcre2-devel.x86_64
30
+
31
+
Install [GridDB Server](https://github.com/griddb/griddb_nosql) and [C Client](https://github.com/griddb/c_client). (Note: If you build them from source code, please use GCC 4.8.5.)
43
32
44
33
Set CPATH and LIBRARY_PATH.
45
34
@@ -93,7 +82,8 @@ Please refer to the following files for more detailed information.
93
82
94
83
Note:
95
84
1. The current API might be changed in the next version. e.g. ContainerInfo
96
-
2. There is [Python Package for 0.7.6 on The Python Package Index (PyPI)](https://pypi.org/project/griddb-python/) .
85
+
2. When you install C Client with RPM or DEB, you don't need to set LIBRARY_PATH and LD_LIBRARY_PATH.
86
+
3. There is [Python Client (0.7.6) Package for CentOS on The Python Package Index (PyPI)](https://pypi.org/project/griddb-python/) .
0 commit comments