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

> دليل لبناء ClickHouse من الشيفرة المصدرية لمعمارية LoongArch64

# البناء على Linux لـ LoongArch64

يوفّر ClickHouse دعماً تجريبياً لمعمارية LoongArch64

<div id="build-clickhouse">
  ## بناء ClickHouse
</div>

يجب أن يكون إصدار LLVM المطلوب لعملية البناء 21.1.0 أو أحدث.

```bash theme={null}
cd ClickHouse
mkdir build-loongarch64
cmake . -Bbuild-loongarch64 -DCMAKE_TOOLCHAIN_FILE=cmake/linux/toolchain-loongarch64.cmake
ninja -C build-loongarch64
```

لن يعمل الملف التنفيذي الناتج إلا على Linux بمعمارية المعالج ‏LoongArch64.
