meganz / sdk

MEGA C++ SDK
BSD 2-Clause "Simplified" License
1.33k stars 504 forks source link

cannot find cryptopp/cryptlib.h #2587

Closed mathieujobin closed 2 years ago

mathieujobin commented 2 years ago

I'm trying to build MEGAsync and its SDK

mathieu:mega  ((v3.8.2c)) $ ./autogen.sh 
...
mathieu:mega  ((v3.8.2c)) $ ./configure
...
checking if building Java bindings... no
checking for libcryptopp... --with-cryptopp not specified
checking cryptopp/cryptlib.h usability... no
checking cryptopp/cryptlib.h presence... no
checking for cryptopp/cryptlib.h... no
configure: error: cryptopp/cryptlib.h header not found or not usable
VoidK2 commented 2 years ago

after download the cryptopp source code , make the lib, then,configure it again

samthebest699 commented 2 years ago

Check this from the README: https://github.com/meganz/sdk#building

Please close the issue after it is resolved

mathieujobin commented 2 years ago

Thank you