diff --git a/bin/Linux/setup.sh b/bin/Linux/setup.sh index fcf5d6e..eae84ce 100755 --- a/bin/Linux/setup.sh +++ b/bin/Linux/setup.sh @@ -6,5 +6,5 @@ echo "::endgroup::" echo "::group::install dependencies" sudo apt-get -qqqq update -sudo apt-get -qqqq install libboost-all-dev libwxgtk3.2-dev libsdl2-dev +sudo apt-get -qqqq install libboost-all-dev libwxgtk3.2-dev libsdl2-dev libgtk-3-dev echo "::endgroup::"