This is an automated email from the ASF dual-hosted git repository.
chunshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new b1973a7 docs(dev): add explanation specifying the gcc version (#125)
b1973a7 is described below
commit b1973a77658ef67bf956ba92a594e18815e7cef4
Author: chunshao.rcs <[email protected]>
AuthorDate: Thu Apr 11 16:48:39 2024 +0800
docs(dev): add explanation specifying the gcc version (#125)
---
docs/src/cn/dev/compile_run.md | 2 ++
docs/src/en/dev/compile_run.md | 2 ++
2 files changed, 4 insertions(+)
diff --git a/docs/src/cn/dev/compile_run.md b/docs/src/cn/dev/compile_run.md
index fb06f82..3517770 100644
--- a/docs/src/cn/dev/compile_run.md
+++ b/docs/src/cn/dev/compile_run.md
@@ -47,6 +47,8 @@ source $HOME/.cargo/env
# 编译运行
+注意:gcc 版本要求是 8, 更高的版本可能出现编译报错。该问题在
[issue-1506](https://github.com/apache/incubator-horaedb/issues/1506) 中跟进。
+
编译 HoraeDB 命令如下:
```
diff --git a/docs/src/en/dev/compile_run.md b/docs/src/en/dev/compile_run.md
index 6065b32..c4a90a8 100644
--- a/docs/src/en/dev/compile_run.md
+++ b/docs/src/en/dev/compile_run.md
@@ -44,6 +44,8 @@ source $HOME/.cargo/env
# Compile and Run
+Note: The gcc version required is 8; using higher versions may result in
compilation errors. This issue is being tracked in
[issue-1506](https://github.com/apache/incubator-horaedb/issues/1506).
+
Compile HoraeDB by the following command:
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]