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 574 times
1
kubek
- 21
- 1
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
- 28,277
- 6
- 54
- 147