From 243af95a3b7b7391998171ead32415dcaaa29b8f Mon Sep 17 00:00:00 2001 From: maelstrom Date: Thu, 24 Jul 2025 02:46:57 +0200 Subject: [PATCH] chore: note for llvm --- BUILD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index d9d892c..fe24586 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,6 +1,6 @@ # Building on Linux -You will need to install Qt beforehand. All other packages will automatically be obtained through CPM. +You will need to install Qt and LLVM/libclang beforehand. All other packages will automatically be obtained through CPM. ccache is highly recommended. @@ -29,6 +29,7 @@ The process is very similar on Windows * Qt 6.8.3 or higher, with MSVC toolchain * CMake * Git (for cloning the repo, optional) +* LLVM/libclang 18.1.8+ (from https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-win64.exe) * QScintilla already built (see [docs/qscintilla.md](./docs/qscintilla.md)) *\*likely temporary\** To start, clone the repository: