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
Asked
Active
Viewed 445 times
1

kubek
- 21
- 1
-
3On which OS + version? Pls update your question with relevant info? – Dirk Mar 02 '22 at 22:45
1 Answers
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