openssl/ssl.h not found but installed with homebrew

后端 未结 3 452
误落风尘
误落风尘 2021-01-11 13:57

I am working on a C++ project on my Mac running El Capitan and I get this error even after installing openssl with Homebrew:

g++ -Wall -g -std=c++11 -I../lib         


        
3条回答
  •  天涯浪人
    2021-01-11 14:22

    You can also use an Apple Developer Account to download the standalone option

    https://developer.apple.com/download/more
    

    You'll see something like this:

提交回复
热议问题