We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59acb80 commit bf3a5d6Copy full SHA for bf3a5d6
1 file changed
dependencies.sh
@@ -11,10 +11,10 @@ sudo apt install libopencv-dev
11
sudo apt install libqglviewer-dev-qt6
12
sudo apt install libeigen3-dev
13
sudo apt install python3-dev python3-pybind11
14
-sudo apt install cmake gcc-10 g++-10
+sudo apt install cmake gcc-13 g++-13
15
16
-sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 1
17
-sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 1
+sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 1
+sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 1
18
19
20
echo "Installing third-party software cppitertools"
0 commit comments