ADD: 补充idea开发文档,添加help-resource.zip的生成步骤 (#9561)

This commit is contained in:
Stalary
2022-05-14 19:04:11 +08:00
committed by GitHub
parent 3cfa83784e
commit 9151cf717a
2 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,9 @@ under the License.
If you are developing on the OS which lack of support to run `shell script` and `make` such as Windows, a workround here
is generate codes in Linux and copy them back. Using Docker should also be an option.
5. If a help document has not been generated, go to the docs directory and run`sh build_help_zip.sh`,
Then copy help-resource.zip from build to fe/fe-core/target/classes
## 2. Debug
1. Import `./fe` into IDEA