ClickHouse/docs/en/development/build-cross-arm.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
436 B
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
2022-08-28 14:53:34 +00:00
slug: /en/development/build-cross-arm
sidebar_position: 67
2022-08-28 15:58:59 +00:00
title: How to Build ClickHouse on Linux for AARCH64 (ARM64) Architecture
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.
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`