Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #291 from programonauta/master
Browse files Browse the repository at this point in the history
Issue #290 - Correct download command
  • Loading branch information
bobsummerwill committed Jul 8, 2016
2 parents 1bce23a + bd830b4 commit 3f162df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Now, install LLVM building from source: ::
sudo apt-get -y install build-essential
mkdir ~/download/llvm
cd ~/download/llvm
wget -c http://llvm.org/releases/3.7.1/llvm-3.8.0.src.tar.xz
wget -c http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz
wget -c http://llvm.org/releases/3.8.0/cfe-3.8.0.src.tar.xz
wget -c http://llvm.org/releases/3.8.0/compiler-rt-3.8.0.src.tar.xz

Expand Down

0 comments on commit 3f162df

Please sign in to comment.