From 7e229d0584b24f72a67ea446d648d1f5bb254af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Sun, 14 Mar 2021 09:27:50 +0100 Subject: [PATCH] Add README --- README | 7 +++++++ build-soft.sh => build-soft-latest.sh | 0 buid-soft-stable.sh => build-soft-stable.sh | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 README rename build-soft.sh => build-soft-latest.sh (100%) rename buid-soft-stable.sh => build-soft-stable.sh (98%) mode change 100644 => 100755 diff --git a/README b/README new file mode 100644 index 0000000..e002102 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +Scripts to build na install INDI and KStars + +First run install-dependencies.sh to install all libraries needed to build. +Then run build-soft-stable.sh or build-soft-latest.sh + +Beware that only one version can be installed at a time and during installation +it overwrite previosly installed version. diff --git a/build-soft.sh b/build-soft-latest.sh similarity index 100% rename from build-soft.sh rename to build-soft-latest.sh diff --git a/buid-soft-stable.sh b/build-soft-stable.sh old mode 100644 new mode 100755 similarity index 98% rename from buid-soft-stable.sh rename to build-soft-stable.sh index eb94a43..8c0e8c5 --- a/buid-soft-stable.sh +++ b/build-soft-stable.sh @@ -3,7 +3,7 @@ export CFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64" export CXXFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64" -INDI_COMMIT= "8fdc1ce3989c36914450f3fd851ba6e3261ccc99" +INDI_COMMIT="8fdc1ce3989c36914450f3fd851ba6e3261ccc99" INDI_3RD_COMMIT="f8972ed47f56fd52e083d8450ec2b43f4f03c60a" STELLAR_COMMIT="820befc37cd84d2a79135ee538c403fe34490de0" KSTARS_COMMIT="2e6e42f95e0511bad3d16242f4ef487032f0740b"