Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个具有 windows 和 mac 版本的软件。该程序需要 ssl 套接字通信。如何在 mac 和 windows 之间创建 openssl 共享库。并使程序可以在没有安装 openssl 的机器上运行
您需要在 Mac 和 Windows 上编译 openssl 库,并将静态库(Windows 的 .lib 和 Mac 的 .a)分别链接到您的可执行文件中。