File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 100
45
45
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 100
46
46
sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-17 100
47
47
48
- # Install CUDA and libstdc++ after clang is set up
49
- echo " Installing CUDA and libstdc++ ..."
50
- sudo apt-get install -y cuda-toolkit-12.8 libstdc++6 libstdc++-12-dev
48
+ # Install CUDA and development libraries
49
+ echo " Installing CUDA and development libraries ..."
50
+ sudo apt-get install -y cuda-toolkit-12.8 libstdc++6 libstdc++-12-dev libffi-dev libncurses-dev zlib1g-dev libxml2-dev git build-essential
51
51
52
52
# Verify clang installation
53
53
echo " Verifying clang installation..."
You can’t perform that action at this time.
0 commit comments