EmmyMiao87 commented on a change in pull request #6056:
URL: https://github.com/apache/incubator-doris/pull/6056#discussion_r661351385



##########
File path: docs/en/developer-guide/be-vscode-dev.md
##########
@@ -0,0 +1,281 @@
+---
+{
+    "title": "BE development and debugging environment under Linux",
+    "language": "en"
+}
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Apache doris Be development and debugging

Review comment:
       Apache Doris BE

##########
File path: docs/zh-CN/developer-guide/be-vscode-dev.md
##########
@@ -0,0 +1,283 @@
+---
+{
+    "title": "Doris BE开发调试环境 -- vscode",
+    "language": "zh-CN"
+}
+
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Apache doris Be 开发调试
+
+## 前期准备工作
+
+**本教程是在 Ubuntu 20.04 下进行的**
+
+1. 下载 doris 源代码
+
+   下载地址为:[apache/incubator-doris: Apache Doris (Incubating) 
(github.com)](https://github.com/apache/incubator-doris)
+
+2. 安装 GCC 8.3.1+,Oracle JDK 1.8+,Python 2.7+,确认 gcc, java, python 命令指向正确版本, 设置 
 JAVA_HOME 环境变量
+
+4. 安装其他依赖包

Review comment:
       ```suggestion
   3. 安装其他依赖包
   ```

##########
File path: docs/zh-CN/developer-guide/be-vscode-dev.md
##########
@@ -0,0 +1,283 @@
+---
+{
+    "title": "Doris BE开发调试环境 -- vscode",
+    "language": "zh-CN"
+}
+
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Apache doris Be 开发调试

Review comment:
       Apache Doris BE




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to