Skip to content

Commit

Permalink
Setup script is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jun 3, 2023
1 parent 23f4871 commit 96780ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/setup-gitpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

cd ..

sudo apt install -y g++-10
sudo apt install cmake
sudo apt install -y g++-10 cmake
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10 --slave /usr/bin/gcov gcov /usr/bin/gcov-10

pip install conan
Expand Down

0 comments on commit 96780ae

Please sign in to comment.