1

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?

Ferkus
  • 11
  • 2

1 Answers1

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