You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#/bin/bash
|
|
|
|
PV="1.10.0"
|
|
|
|
wget -q -nc --secure-protocol=TLSv1 "https://github.com/google/googletest/archive/release-${PV}.tar.gz" -O "googletest-release-${PV}.tar.gz"
|
|
tar zxvf "googletest-release-${PV}.tar.gz"
|