openabe icon indicating copy to clipboard operation
openabe copied to clipboard

Some issues with Ubuntu 20.04

Open haiguang-wang opened this issue 4 years ago • 1 comments

The link to download googletest is not correct. In the script ./deps/gtest/download_gtest.sh, the downloading link is https://github.com/google/googletest/archive/release-${VERSION}.zip, but the actual link seems to be "https://github.com/google/googletest/releases/tag/releases.1.8.0.zip", for version 1.8.0.

I have to download the gtest manually and comments out the downloading command in the script.

haiguang-wang avatar Sep 14 '20 15:09 haiguang-wang

${VERSION} is placed by 1.8.0 in the script

kangkang333 avatar Feb 25 '22 11:02 kangkang333