<CAKZZXZSTwaaF+eny+O0UgmXiSy4t3UpdzZKoaiPOAWf=BJ+=yg@mail.gmail.com>
what packages i need install to build with clang using cmake, and how tell cmake use clang instead gnu cc? what packages i need and what i need to do?
<131ec71a77abf266e02c81e1465f33f2833d5787.camel@riseup.net>
<CAKZZXZSTwaaF+eny+O0UgmXiSy4t3UpdzZKoaiPOAWf=BJ+=yg@mail.gmail.com>
(view parent)
On Fri, 2023-07-28 at 18:07 +0300, Oska pp wrote: > what packages i need install to build with clang using cmake, and how tell > cmake use clang instead gnu cc? what packages i need and what i need to do? Hi, I copied your email's body into the Google search engine and got https://stackoverflow.com/questions/7031126/switching-between-gcc-and-clang-llvm-using-cmake I don't know, if this information is correct. My understanding is, that you need to install https://pkgs.alpinelinux.org/packages?name=cmake ;)[1]. Regards, Ralf [1] https://techoverflow.net/2022/01/17/how-to-install-cmake-on-alpine-linux/ :D.