2020-04-03 13:23:32 +00:00
---
2022-08-28 14:53:34 +00:00
slug: /en/development/build-cross-arm
2022-04-09 13:29:05 +00:00
sidebar_position: 67
2022-08-28 15:58:59 +00:00
title: How to Build ClickHouse on Linux for AARCH64 (ARM64) Architecture
2022-04-09 13:29:05 +00:00
sidebar_label: Build on Linux for AARCH64 (ARM64)
2020-04-03 13:23:32 +00:00
---
2022-07-07 21:41:45 +00:00
If you use AArch64 machine and want to build ClickHouse for AArch64, build as usual.
2019-12-02 14:00:21 +00:00
2022-07-07 21:41:45 +00:00
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`