https://bugs.kde.org/show_bug.cgi?id=431186

--- Comment #26 from Eike Ziller <eike.zil...@qt.io> ---
(In reply to Sergio Martins from comment #25)
> can you paste here the commands you use to compile and install clazy ?
> If it's done within a QtCreator build, are there instructions I can do the
> same ?

Sure.

mkdir build && cd build && cmake -G Ninja -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=../install -DCMAKE_PREFIX_PATH=/usr/local/opt/llvm .. &&
cmake --build . && cmake --install .

LLVM in /usr/local/opt/llvm is from brew, version 11.1.0.
cmake version 3.19.4
ninja version 1.10.2
Xcode 12.4

I point Qt Creator to that clazy-standalone binary in the options (Analyzer >
Clang Tools).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to