From 75485b4aac958878c31aa18c97b106ecd8b6a463 Mon Sep 17 00:00:00 2001 From: Maksim Smatrou Date: Tue, 10 Feb 2026 12:18:55 +0100 Subject: [PATCH] QVAC-13100: Add minimum compiler version to build.md --- packages/qvac-lib-infer-llamacpp-embed/build.md | 3 ++- packages/qvac-lib-infer-llamacpp-llm/build.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/qvac-lib-infer-llamacpp-embed/build.md b/packages/qvac-lib-infer-llamacpp-embed/build.md index ce72b761c2..157ee472c3 100644 --- a/packages/qvac-lib-infer-llamacpp-embed/build.md +++ b/packages/qvac-lib-infer-llamacpp-embed/build.md @@ -56,7 +56,8 @@ If you want to build the addon from source instead of using pre-built packages, 4. **Platform-specific requirements**: - **macOS**: - - Xcode Command Line Tools (LLVM compiler is not supported) + - Xcode Command Line Tools + - Apple clang version >= 15.0.0 (LLVM compiler is not supported at the moment) - For Android cross-compilation: Android NDK and Vulkan tools (`brew install shaderc vulkan-tools molten-vk vulkan-headers`) - **Linux**: GCC/G++ compiler, CMake - Ubuntu-22 requires g++-13 installed: diff --git a/packages/qvac-lib-infer-llamacpp-llm/build.md b/packages/qvac-lib-infer-llamacpp-llm/build.md index 80840c0484..3293d3ee00 100644 --- a/packages/qvac-lib-infer-llamacpp-llm/build.md +++ b/packages/qvac-lib-infer-llamacpp-llm/build.md @@ -56,7 +56,8 @@ If you want to build the addon from source instead of using pre-built packages, 4. **Platform-specific requirements**: - **macOS**: - - Xcode Command Line Tools (LLVM compiler is not supported) + - Xcode Command Line Tools + - Apple clang version >= 15.0.0 (LLVM compiler is not supported at the moment) - For Android cross-compilation: Android NDK and Vulkan tools (`brew install shaderc vulkan-tools molten-vk vulkan-headers`) - **Linux**: GCC/G++ compiler, CMake - Ubuntu-22 requires g++-13 installed: