Update libXISF version and add upgrade at start of install-dependencies.sh

This commit is contained in:
2024-01-16 16:51:24 +01:00
parent 896e76b4db
commit 7d1d8f0574
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -12,3 +12,5 @@ which sometimes can fail to build or can be unstable.
Beware that only one version can be installed at a time and during installation Beware that only one version can be installed at a time and during installation
it overwrite previosly installed version. it overwrite previosly installed version.
KStars NEED 64bit OS so make sure that you are running this on 64 bit Raspberry OS or alike. It will fail on 32 bit system
+1 -1
View File
@@ -3,7 +3,7 @@
export CFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64" export CFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64"
export CXXFLAGS="-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.10" LIBXISF_COMMIT="v0.2.11"
INDI_COMMIT="v2.0.5" INDI_COMMIT="v2.0.5"
INDI_3RD_COMMIT="v2.0.5" INDI_3RD_COMMIT="v2.0.5"
STELLAR_COMMIT="e415e51d99224f239c24634519c030ef60969723" STELLAR_COMMIT="e415e51d99224f239c24634519c030ef60969723"
+2
View File
@@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
sudo apt update && sudo apt upgrade
sudo apt install libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-dev build-essential cmake git \ sudo apt install libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-dev build-essential cmake git \
libjpeg-dev libcurl4-gnutls-dev libtiff-dev libfftw3-dev libftdi-dev libgps-dev libraw-dev libdc1394-dev libgphoto2-dev \ libjpeg-dev libcurl4-gnutls-dev libtiff-dev libfftw3-dev libftdi-dev libgps-dev libraw-dev libdc1394-dev libgphoto2-dev \
libboost-dev libboost-regex-dev librtlsdr-dev liblimesuite-dev libftdi1-dev libavcodec-dev libavdevice-dev \ libboost-dev libboost-regex-dev librtlsdr-dev liblimesuite-dev libftdi1-dev libavcodec-dev libavdevice-dev \