glog and Gtest zip files in the link provided doesnt unzip
Unzipping glog-0.3.3.tar.gz package.
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Archive: gtest-1.7.0.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
Hence have to manually download both :
- glog: - http://pkgs.fedoraproject.org/repo/pkgs/glog/glog-0.3.3.tar.gz/a6fd2c22f8996846e34c763422717c18/
- Gtest: https://github.com/google/googletest/archive/release-1.7.0.zip
Could it be integrated in the shell script?
glog and Gtest zip files in the link provided doesnt unzip
Unzipping glog-0.3.3.tar.gz package.
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Archive: gtest-1.7.0.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
Hence have to manually download both :
Could it be integrated in the shell script?