Skip to content

Commit

Permalink
Install GDB too
Browse files Browse the repository at this point in the history
  • Loading branch information
patricia-gallardo committed Mar 19, 2024
1 parent 15f9dc5 commit 99299ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ zip
sudo apt install -y autoconf libtool
sudo apt install -y mesa-common-dev libglu1-mesa-dev libfreetype6-dev libopenal-dev libsndfile1-dev

info "Install GDB for debugging"
sudo apt install gdb

info "Install CMake from Kitware"
# Install up-to-date CMake (https://apt.kitware.com/)
CODE_NAME=`lsb_release -cs`
Expand Down

0 comments on commit 99299ca

Please sign in to comment.