> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-home-button.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Guide for building ClickHouse from source for the AARCH64 architecture

# How to Build ClickHouse on Linux for AARCH64

No special steps are required to build ClickHouse for Aarch64 on an Aarch64 machine.

To cross compile ClickHouse for AArch64 on an x86 Linux machine, pass the following flag to `cmake`: `-DCMAKE_TOOLCHAIN_FILE=cmake/linux/toolchain-aarch64.cmake`
