How to add OpenSSL to an Xcode project

后端 未结 3 415
星月不相逢
星月不相逢 2020-12-16 20:30

I am trying to port an application to mac OSX. It uses openssl. I am new to xcode and mac development. Do I need to compile and install openssl myself, or is there some equi

3条回答
  •  时光说笑
    2020-12-16 20:51

    i tried today starting of 2020

    install openssl with homebrew

    brew install openssl
    

    this will install openssl version 1.1d in

    /usr/local/Cellar/openssl@1.1/1.1.1d/lib/
    

    add both libcrypto.a and libssl.a

    brew will not make a symbolic link to /usr/local/lib

提交回复
热议问题