Browse Source

Add clang.

Matthieu Garrigues 9 years ago
parent
commit
7599ee5bb1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      toolset/setup/linux/prerequisites.sh

+ 2 - 2
toolset/setup/linux/prerequisites.sh

@@ -62,10 +62,10 @@ sudo pip install colorama==0.3.1
 sudo pip install progressbar==2.2
 sudo pip install progressbar==2.2
 sudo pip install requests
 sudo pip install requests
 
 
-# Install gcc-4.8 and gcc-4.9
+# Install gcc-4.8, gcc-4.9 and clang
 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
 sudo apt-get -yq update
 sudo apt-get -yq update
-sudo apt-get install -qqy gcc-4.8 g++-4.8 gcc-4.9 g++-4.9
+sudo apt-get install -qqy gcc-4.8 g++-4.8 gcc-4.9 g++-4.9 clang
 
 
 # Stop permanently overwriting people's files just for 
 # Stop permanently overwriting people's files just for 
 # trying out our software!
 # trying out our software!