Skip to content

Commit f350615

Browse files
committed
add Windows
1 parent 7e8d369 commit f350615

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,25 @@ GridDB Python Client is developed using GridDB C Client and [SWIG](http://www.sw
88

99
Building of the library and execution of the sample programs have been checked in the following environment.
1010

11-
OS/GCC: CentOS 7.6(x64)/GCC 4.8.5, Ubuntu 18.04/GCC 7.3.0
12-
SWIG: 3.0.12
13-
Python: 3.6
14-
GridDB Server and C Client: 4.2 CE
11+
OS: CentOS 7.6(x64) (GCC 4.8.5)
12+
SWIG: 3.0.12
13+
Python: 3.6
14+
GridDB C client: V4.2 CE(Community Edition)
15+
GridDB server: V4.2 CE, CentOS 7.6(x64) (GCC 4.8.5)
16+
17+
OS: Ubuntu 18.04(x64) (gcc 7.3.0)
18+
SWIG: 3.0.12
19+
Python: 3.6
20+
GridDB C client: V4.2 CE (Note: If you build from source code, please use GCC 4.8.5.)
21+
GridDB server: V4.2 CE, Ubuntu 18.04(x64) (Note: If you build from source code, please use GCC 4.8.5.)
22+
23+
OS: Windows 10(x64) (VS2017)
24+
SWIG: 3.0.12
25+
Python: 3.6
26+
GridDB C client: V4.2 CE
27+
GridDB server: V4.2 CE, CentOS 7.6(x64) (GCC 4.8.5)
1528

16-
## QuickStart
29+
## QuickStart (CentOS, Ubuntu)
1730
### Preparations
1831

1932
Install SWIG as below.
@@ -62,6 +75,10 @@ GridDB Server need to be started in advance.
6275
<GridDB cluster name> <GridDB user> <GridDB password>
6376
-->Person: name=name02 status=False count=2 lob=[65, 66, 67, 68, 69, 70, 71, 72, 73, 74]
6477

78+
## QuickStart (Windows)
79+
80+
Please refer to [Cmake Build Guide](https://griddb.github.io/python_client/cmake_build_guide.html)
81+
6582
## Function
6683

6784
(available)

0 commit comments

Comments
 (0)