openabe
openabe copied to clipboard
Some issues with Ubuntu 20.04
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.
${VERSION} is placed by 1.8.0 in the script