From fd2aadfd17fa9139aaef14555a0d8c77dffc5bd9 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Thu, 5 Jan 2023 07:10:52 -0500 Subject: [PATCH] add gtk to linux build setup --- bin/Linux/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::"