源码编译 opessl-1.1.1w for windows on arm

源码编译 opessl-1.1.1w for windows on arm

这个有编译好的,直接下载使用

https://github.com/turingevo/openssl-build/releases

  • 1 安装 Perl

  • 2 安装 NASM

  • 3 确保Perl和NASM添加到环境变量PATH

  • 4 管理员权限打开 ARM64 Native Tools Command Prompt for VS 2022
    输入命令:

    perl Configure VC-WIN64-ARM --prefix=C:\workspace\program\OpenSSL

然后输入:nmake

最后输入:nmake install

安装到 C:\workspace\program\OpenSSL

相关推荐
我命由我123452 小时前
VSCode - VSCode 放大与缩小代码
前端·ide·windows·vscode·前端框架·编辑器·软件工具
PT_silver2 小时前
tryhackme——Abusing Windows Internals(进程注入)
windows·microsoft
爱炸薯条的小朋友3 小时前
C#由于获取WPF窗口名称造成的异常报错问题
windows·c#·wpf
Lw老王要学习4 小时前
VScode 使用 git 提交数据到指定库的完整指南
windows·git·vscode
CodeOfCC10 小时前
c语言 封装跨平台线程头文件
linux·c语言·windows
momo卡11 小时前
MinGW-w64的安装详细步骤(c_c++的编译器gcc、g++的windows版,win10、win11真实可用)
c语言·c++·windows
南林yan1 天前
DLL动态库实现文件遍历功能(Windows编程)
windows
Mike_6661 天前
win10安装WSL2、Ubuntu24.04
windows·ubuntu·wsl2
liulun1 天前
Skia如何绘制几何图形
c++·windows
old_power1 天前
UCRT 和 MSVC 的区别(Windows 平台上 C/C++ 开发相关)
c语言·c++·windows