zeutro / openabe

The OpenABE library - open source cryptographic library with attribute-based encryption implementations in C/C++
http://www.zeutro.com
GNU Affero General Public License v3.0
262 stars 71 forks source link

Some issues with Ubuntu 20.04 #39

Open haiguang-wang opened 4 years ago

haiguang-wang commented 4 years ago

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.

kangkang333 commented 2 years ago

${VERSION} is placed by 1.8.0 in the script