Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 444 Bytes

File metadata and controls

21 lines (13 loc) · 444 Bytes

AGENTS.md — Apache Doris FE

Build Instructions

0. Verify protoc executable

Ensure thirdparty/installed/bin/protoc exists and is executable. If it does not exist, stop the build and prompt the user to download the thirdparty libraries first.

1. Generate sources

Run from the repository root:

sh generated-source.sh

2. Build FE

cd fe && mvn clean install -DskipTests -Dskip.doc=true -T 1C