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
-
3On which OS + version? Pls update your question with relevant info?Dirk– Dirk2022年03月02日 22:45:13 +00:00Commented Mar 2, 2022 at 22:45
1 Answer 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.
-
llvm-7 seems to be available in the PiOS Buster repo.Dirk– Dirk2022年03月04日 00:50:26 +00:00Commented Mar 4, 2022 at 0:50