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.
42
-
$ sudo yum install pcre2-devel.x86_64
34
+
Install SWIG:
35
+
- Checkout SWIG with the upper commit ID at https://github.com/swig/swig
36
+
- Run commands below in command line at SWIG folder:
37
+
```
38
+
./autogen.sh
39
+
./configure
40
+
make
41
+
sudo make install
42
+
```
43
43
44
-
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.)
44
+
Install [GridDB Server](https://github.com/griddb/griddb) and [C Client](https://github.com/griddb/c_client). (Note: If you build them from source code, please use GCC 4.8.5.)
45
45
46
-
Install Node.js(v8 or v10).
46
+
Install Node.js(v12).
47
47
48
48
If required, change INCLUDES_JS path in Makefile.
49
49
@@ -81,17 +81,40 @@ GridDB Server need to be started in advance.
81
81
## QuickStart (Windows)
82
82
### Preparations
83
83
84
+
Install CMake
85
+
- Download and install package from https://github.com/Kitware/CMake/releases/download/v3.15.2/cmake-3.15.2-win64-x64.msi
86
+
87
+
Install Nuget
88
+
- Download and install package from https://www.nuget.org/downloads (installed to C:\Tools)
0 commit comments