I am trying to install Carla in the stable version (0.8.2) and to use it I need to install Clang 3.9 which is not currently available using apt. How do I install it?
Asked
Active
Viewed 221 times
1
-
I also need to isntall clang-3.9 on Linux Mint 21 x86_64 – Vido Feb 19 '23 at 21:42
1 Answers
0
Version specific CARLA document shows proper install commands.
https://carla.readthedocs.io/en/0.9.12/build_linux/ (see https://carla.readthedocs.io/en/{VERSION}/build_linux/
)
For example, 0.9.12 shows sudo apt install clang-8
.

fumiya.f
- 255
- 3
- 13