Scripts to build and install INDI and KStars
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Dušan Poizl 0881abee6b Add fxload3 utility needed for QHY cameras 1 month ago
fxload Add fxload3 utility needed for QHY cameras 1 month ago
LICENSE Add LICENSE 6 months ago
README Update README 1 year ago
build-fxload.sh Add fxload3 utility needed for QHY cameras 1 month ago
build-soft-latest.sh Limit JOBS to 2 on low memory 64bit systems 8 months ago
build-soft-stable.sh Update INDI 2.0.0, KStars 3.6.3 2 months ago
install-dependencies.sh Update INDI 1.9.7, KStars 3.6.0, Stellarsolver 2.4 8 months ago

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`

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.