Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zh-CN/developer-guide/fe-idea-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ JDK1.8+, IntelliJ IDEA

3. 如果仅进行fe开发而没有编译过thirdparty,则需要安装thrift,并将thrift 复制或者连接到 `thirdparty/installed/bin` 目录下

1. 安装 thrift 0.9.3 版本
1. 安装 thrift 0.9.3 版本(注意:Doris 基于 thrift 0.9.3 构建, 使用新版本会导致编译不通过)

MacOS: `brew install thrift@0.9`
Windows: `http://archive.apache.org/dist/thrift/0.9.3/thrift-0.9.3.exe`
Expand Down