Skip to content

Commit a846b16

Browse files
committed
add Ubuntu
1 parent d22c757 commit a846b16

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

README.md

+9-19
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,12 @@ GridDB Python Client
44

55
GridDB Python Client is developed using GridDB C Client and [SWIG](http://www.swig.org/) (Simplified Wrapper and Interface Generator).
66

7-
The new Python Client brings improved usability.
8-
9-
Main differences to [the old Python Client](https://github.com/griddb/griddb_client) are as follows:
10-
- Put and get row data without C-based methods defined for each data-type
11-
- Array type for GridDB is available
12-
- Connectivity for Pandas library
13-
- Error handling, date and time handling
14-
157
## Operating environment
168

179
Building of the library and execution of the sample programs have been checked in the following environment.
1810

19-
OS: CentOS 7.6(x64)
11+
OS/GCC: CentOS 7.6(x64)/GCC 4.8.5, Ubuntu 18.04/GCC 7.3.0
2012
SWIG: 3.0.12
21-
GCC: 4.8.5
2213
Python: 3.6
2314
GridDB Server and C Client: 4.2 CE
2415

@@ -27,19 +18,17 @@ Building of the library and execution of the sample programs have been checked i
2718

2819
Install SWIG as below.
2920

30-
$ wget https://sourceforge.net/projects/pcre/files/pcre/8.39/pcre-8.39.tar.gz
31-
$ tar xvfz pcre-8.39.tar.gz
32-
$ cd pcre-8.39
33-
$ ./configure
34-
$ make
35-
$ make install
36-
3721
$ wget https://prdownloads.sourceforge.net/swig/swig-3.0.12.tar.gz
3822
$ tar xvfz swig-3.0.12.tar.gz
3923
$ cd swig-3.0.12
4024
$ ./configure
4125
$ make
42-
$ make install
26+
$ sudo make install
27+
28+
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.)
4332

4433
Set CPATH and LIBRARY_PATH.
4534

@@ -93,7 +82,8 @@ Please refer to the following files for more detailed information.
9382

9483
Note:
9584
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/) .
9787

9888
## Community
9989

0 commit comments

Comments
 (0)