You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using sudo port install libcryptopp with proper configuration path (by default with MacPorts files are in /opt/local/include/cryptopp).
it finds the headers, but it fails anyway: checking for libcryptopp... checking cryptopp/cryptlib.h usability... yes checking cryptopp/cryptlib.h presence... yes checking for cryptopp/cryptlib.h... yes checking for main in -lcryptopp... no
When I try to run the command
brew install --with-openssl curl
required in https://github.com/meganz/sdk/blob/develop/doc/OSX.txt at line 10, I get this error:Error: invalid option: --with-openssl
Running on OSX version 10.15.6 (Catalina)
The text was updated successfully, but these errors were encountered: