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
Copy file name to clipboardExpand all lines: manuals/GridDB_QuickStartGuide.md
+27-17Lines changed: 27 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,11 @@ In a nutshell, you can install GridDB on one machine and start / stop GridDB nod
15
15
---
16
16
# Using source code
17
17
18
-
We have confirmed the operation on CentOS 7.6 (gcc 4.8.5).
18
+
We have confirmed the operation on CentOS 7.9 (gcc 4.8.5).
19
+
20
+
Note:
21
+
- Please install Python3 in advance.
22
+
- Please install tcl like "yum install tcl.x86_64" in advance.
19
23
20
24
## Build a server and client(Java)
21
25
@@ -42,10 +46,6 @@ The following environment variables are defined.
42
46
43
47
#### :warning: Note
44
48
- These environment variables are referenced by the operational commands shown in the following subsections.
45
-
- Default building environment repeals the trigger function. Add the following option in build to enable a trigger function. Add the following option in build to enable the trigger function.
0 commit comments