Adicione o seguinte duas linhas no /etc/apt/sources.list
arquivo usando nano
ou vim
ou qualquer outro seu editor de texto favorito.
deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main
deb-src http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main
As linhas acima são para Ubuntu 14.04 LTS. Se você estiver usando o Ubuntu 15.10, substitua-o trusty
pelas wily
linhas acima. Se você estiver usando o Ubuntu 16.04 LTS, substitua trusty
por xenial
.
Digite os seguintes comandos para instalar o LLVM 3.9
sudo apt-get update
sudo apt-get install clang-3.9 lldb-3.9