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

Compile command may not work in some environment #60

Closed li-xin-yi closed 3 years ago

li-xin-yi commented 3 years ago

It should be

source ./env

Instead of

../env

At least on Ubuntu 18.04 LTS.

By the way, when installing gtest, wget may fail if ca-certficate not installed but it still proceed with a empty .zip file, and ./bin will not be created, which results in an error when executing unzip during compilation. However make clean ignore those corrupted or empty files, which makes reinstall even harder in those cases.