Add README

This commit is contained in:
2021-03-14 09:27:50 +01:00
parent 3c9c81d506
commit 7e229d0584
3 changed files with 8 additions and 1 deletions
+7
View File
@@ -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.
+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"
INDI_COMMIT= "8fdc1ce3989c36914450f3fd851ba6e3261ccc99" INDI_COMMIT="8fdc1ce3989c36914450f3fd851ba6e3261ccc99"
INDI_3RD_COMMIT="f8972ed47f56fd52e083d8450ec2b43f4f03c60a" INDI_3RD_COMMIT="f8972ed47f56fd52e083d8450ec2b43f4f03c60a"
STELLAR_COMMIT="820befc37cd84d2a79135ee538c403fe34490de0" STELLAR_COMMIT="820befc37cd84d2a79135ee538c403fe34490de0"
KSTARS_COMMIT="2e6e42f95e0511bad3d16242f4ef487032f0740b" KSTARS_COMMIT="2e6e42f95e0511bad3d16242f4ef487032f0740b"