Skip to content

Commit

Permalink
Create script to install GCC-14 headers and Clang for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
aeris170 committed Sep 5, 2024
1 parent cd3e81c commit 234a6aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/linux_compiler_setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sudo apt install cmake -y
sudo apt install gcc-14 -y
sudo apt install libstdc++-14-dev -y
sudo apt install clang -y
sudo update-alternatives --config cc
sudo update-alternatives --config c++
clang -v

0 comments on commit 234a6aa

Please sign in to comment.