|
@@ -3,6 +3,7 @@
|
3
|
3
|
sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
4
|
4
|
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
5
|
5
|
sudo add-apt-repository -y ppa:andykimpe/cmake
|
|
6
|
+sudo add-apt-repository -y ppa:jhe/libc++
|
6
|
7
|
sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main'
|
7
|
8
|
sudo apt-get -qq -y update
|
8
|
9
|
|