1

I have a question, how to install a specific version of llvm on raspberry pi?
I would like to install llvm-7, but sudo apt install llvm-7 does not work.
Can someone please help? Thanks in advance

kubek
  • 21
  • 1

1 Answers1

1

On Buster, you could try to get llvm-7 from the Debian repo. I wrote installation steps for unrar a while ago, they might work for LLVM as well.

Newer distributions don't support llvm-7, you'll have to build it yourself if you really need it.

Dmitry Grigoryev
  • 27,928
  • 6
  • 53
  • 144