Skip to content
Prev 835 / 919 Next

C diagnostics in rstudio

On Tue, 18 Oct 2022 at 16:54, <tim.taylor at hiddenelephants.co.uk> wrote:
Yes, you need to install clang-devel, both for our build as well as
for the official build.

In general, this is how you can find which package provides a certain file:

$ dnf repoquery --provides */<file>

where <file>=libclang.so in our case.

I?aki