1 Star 0 Fork 0

李浩 / openssl-study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
openssl库编译命令.txt 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
1.openssl编译教程:
https://www.cnblogs.com/bclshuai/p/12996835.html
https://blog.csdn.net/ljttianqin/article/details/72978612
2.openssl编译配置命令(用于生产编译的Makefile文件):
perl Configure VC-WIN64A no-asm no-tests no-shared --debug --prefix=E:\Github\OpenSSL\openssl-1.1.1h\x64\Debug --openssldir=E:\Github\OpenSSL\openssl-1.1.1h\x64\Debug\ssl
3.openssl编译命令:
nmake
4.openssl库编译后安装命令:
nmake install
5.openssl库编译清除命令:
nmake clean
HTML
1
https://gitee.com/li_hao19930817/openssl-study.git
git@gitee.com:li_hao19930817/openssl-study.git
li_hao19930817
openssl-study
openssl-study
master

搜索帮助