We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fef10 commit 0ce41c1Copy full SHA for 0ce41c1
1 file changed
setup.sh
@@ -49,7 +49,9 @@ else #linux
49
# sudo apt-get update
50
# fi
51
if [ "$VERSION" -eq "20" ]; then
52
- sudo apt-get install -y clang-12 clang++-12 cmake libc++-dev #libc++-12-dev libc++abi-12-dev libstdc++-9-dev
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
53
+ sudo apt update
54
+ sudo apt-get install -y clang-12 clang++-12 cmake libc++-12-dev libc++abi-12-dev libstdc++-13-dev
55
56
# configure update-alternatives for clang
57
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-12 1000
0 commit comments