deptofdefense / AndroidTacticalAssaultKit-CIV

Other
32 stars 14 forks source link

Step 1: Unpack GDAL - not in a gzip format #302

Open NullVibes opened 1 year ago

NullVibes commented 1 year ago

Building ATAK Building The Prerequisite Dependencies Step 1: Unpack GDAL

$ tar -xvzf ./depends/gdal-2.4.4-mod.tar.gz

gzip: stdin: not in gzip format tar: Child return status 1 tar: Error is not recoverable: exiting now

nguyenha1121 commented 1 year ago

Any one fix this issue ?

nguyenha1121 commented 1 year ago

redowload depends files, tar.gz files is failed when clone

akerfonta commented 1 year ago

can someone fix this

liiso7 commented 1 year ago

Download the file again from the source code

talentedbrute commented 11 months ago

This is what I do to clone the repo. The tar.gz are in LFS

git clone https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV.git ${newTAK}

cd ${newTAK}

git lfs install --local

git lfs fetch

git lfs checkout

git submodule update --init --recursive

Also I manage scripts to build ATAK so you don't have to: https://github.com/talentedbrute/buildTAK/tree/main