Compile With macOS

    1. macOS 12 (Monterey) or newer(both Intel chip and Apple Silicon chips are supported
    1. Use to install dependencies.

    2. Compile from source.

    1. The page contains the source code of all third-party libraries. You can download doris-thirdparty-source.tgz to obtain them.

    2. When running protoc or thrift, you may meet an error which says the app can not be opened because the developer cannot be verified. Go to Security & Privacy. Click the button in the General pane to confirm your intent to open the app. See .

    1. Start BE up

    2. Start FE up

      1. cd output/fe/bin
      2. ./start_fe.sh --daemon

    Fail to start BE up. The log shows:

    Java 11 is recommended.