我能够为 win64 和 win32 构建 openssl 1.1.0v。但是面临为 ARM 架构构建的问题。
目标:我想构建一个在所有设备(x64、x86 和 ARM)上运行的通用 Windows 平台应用程序。
对于 Win32,以下是命令。
- perl 配置 VC-WIN32 --prefix=C:\openssl-1.1.0c_x86
- 制作
- nmake 测试
- 制作安装
对于 Win64,以下是命令。
- perl 配置 VC-WIN64 --prefix=C:\openssl-1.1.0c_x64
- 制作
- nmake 测试
- 制作安装
对于 ARM,传递给 perl Configure 的参数是什么?