Scripts to build and install INDI and KStars
Go to file
Dušan Poizl ea48bdfd29 Update INDI 2.0.7, KStars 3.7.0 2024-04-01 22:59:57 +02:00
fxload Add fxload3 utility needed for QHY cameras 2023-02-25 13:08:23 +01:00
LICENSE Add LICENSE 2022-10-03 12:23:49 +02:00
README Addded option to build PHD2 2024-02-17 15:51:14 +01:00
build-fxload.sh Add fxload3 utility needed for QHY cameras 2023-02-25 13:08:23 +01:00
build-soft-latest.sh Addded option to build PHD2 2024-02-17 15:51:14 +01:00
build-soft-stable.sh Update INDI 2.0.7, KStars 3.7.0 2024-04-01 22:59:57 +02:00
install-dependencies.sh Update libXISF version and add upgrade at start of install-dependencies.sh 2024-01-16 16:52:50 +01:00

README

Scripts to build na install INDI and KStars

First clone this repository with command `git clone https://gitea.nouspiro.space/nou/astro-soft-build.git`
Later when there is update you can run `git pull origin` to get latest version of script.

Before first build install dependencies run `./install-dependencies.sh` to install all libraries needed to build.
This need to be run only once.
Then run `./build-soft-stable.sh` or `./build-soft-latest.sh`

By default it clone sources to $HOME/astro-soft or $HOME/astro-soft-stable directory. You can change that by setting
BUILD_DIR variable before. For example `BUILD_DIR="/home/username/I want to build here" ./build-soft-stable.sh`

Stable install last stable version and it is recomended to use. Latest will build bleeding edge version from repository
which sometimes can fail to build or can be unstable.

Beware that only one version can be installed at a time and during installation
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

You can build PHD2 2.6.12 by adding phd2 as argument for either of script. For example `./build-soft-stable.sh phd2`
But before that you may need to install libwxgtk3.0-gtk3-dev or libwxgtk3.2-dev depending on distribution.