morningman commented on a change in pull request #3939:
URL: https://github.com/apache/incubator-doris/pull/3939#discussion_r445274198
##########
File path: docs/zh-CN/developer-guide/fe-idea-dev.md
##########
@@ -0,0 +1,151 @@
+---
+{
+ "title": "windows下fe开发环境搭建",
+ "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 windows下fe开发环境搭建
+
+## 1.环境准备
+
+JDK1.8+ , Intellj IDEA
+
+1.linux上编译好fe前端代码,主要目的是获取自动生成的代码,加入到前段工程里面去用于在idea中编译fe工程
+
+在linux下,进入到源码目录,执行下面的命令:
+
+```
+$ sh build.sh --clean --fe
+```
+
+然后将 gensrc目录打包,拿出来,如下图
+
+
Review comment:
```suggestion

```
这样就可以了
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]