mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
436 B
436 B
slug | sidebar_position | title | sidebar_label |
---|---|---|---|
/en/development/build-cross-arm | 67 | How to Build ClickHouse on Linux for AARCH64 (ARM64) Architecture | Build on Linux for AARCH64 (ARM64) |
If you use AArch64 machine and want to build ClickHouse for AArch64, build as usual.
If you use x86_64 machine and want cross-compile for AArch64, add the following flag to cmake
: -DCMAKE_TOOLCHAIN_FILE=cmake/linux/toolchain-aarch64.cmake