【发布时间】:2016-08-04 21:45:30
【问题描述】:
我正在尝试使用 git bash 上的此说明在 Windows 上遵循 OpenSSL 的安装说明。
在 Windows 上(只选择一个目标进行配置):
$ perl Configure { VC-WIN32 | VC-WIN64A | VC-WIN64I | VC-CE }
$ nmake
$ nmake test
$ nmake install
但它无法识别nmake。该命令导致 nmake: command not found。
有人知道nmake吗?还是我做错了?
【问题讨论】: