[llvm-dev] Installing LLVM 3.8 on Ubuntu 14.04

Neil Henning via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 22 10:47:48 PDT 2016


You want to look at the apt-add-repository command, basically you 
provide that command like:

  * sudo add-apt-repository 'deb http://llvm.org/apt/trusty/
    llvm-toolchain-trusty-3.8 main'
  * sudo apt-get update
  * sudo apt-get install clang-3.8


Cheers,
-Neil.

On 22/03/16 17:44, Russell Wallace via llvm-dev wrote:
> What is the recommended way to install LLVM 3.8 on Ubuntu 14.04? The 
> generic apt-get thinks 3.4 is the latest version. I found instructions 
> at http://llvm.org/apt/ but they don't work; deb and deb-src are not 
> recognised commands, and the suggested apt-get variants are unable to 
> locate the package.
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160322/155629f0/attachment.html>


More information about the llvm-dev mailing list