From e94e1bc5cec08efe783f74b0bdfe54fbd759edb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Fri, 6 Dec 2024 18:58:23 +0100 Subject: [PATCH] Update INDI 2.1.1, KStars 3.7.4 --- build-soft-stable.sh | 6 +++--- install-dependencies.sh | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build-soft-stable.sh b/build-soft-stable.sh index 14de06d..b83efe8 100755 --- a/build-soft-stable.sh +++ b/build-soft-stable.sh @@ -4,10 +4,10 @@ export CFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64" export CXXFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64" LIBXISF_COMMIT="v0.2.12" -INDI_COMMIT="v2.1.0" -INDI_3RD_COMMIT="v2.1.0" +INDI_COMMIT="v2.1.1" +INDI_3RD_COMMIT="v2.1.1" STELLAR_COMMIT="157092d6f843fb987818bd61f0b14b440eca3146" -KSTARS_COMMIT="origin/stable-3.7.3" +KSTARS_COMMIT="origin/stable-3.7.4" # you can set custom BUILD_DIR BUILD_DIR=${BUILD_DIR:-$HOME} diff --git a/install-dependencies.sh b/install-dependencies.sh index 57f0997..f7a58e8 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -9,3 +9,5 @@ sudo apt install libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-d libkf5newstuff-dev libkf5doctools-dev libkf5notifications-dev qtdeclarative5-dev libkf5crash-dev gettext libkf5notifyconfig-dev \ wcslib-dev libqt5websockets5-dev xplanet xplanet-images qt5keychain-dev libsecret-1-dev breeze-icon-theme qml-module-qtquick-controls \ pkg-config libev-dev libqt5datavisualization5-dev libzmq3-dev + +[ "$1" == "phd2" ] && sudo apt install libwxgtk3.2-dev