我正在尝试使用 kerl 在 Cygwin 上构建 Erlang。它下载版本,验证校验和,开始构建并给我一个配置错误:
Sergey@PackardBell /cygdrive/c/kerl
$ ./kerl build R16B03-1 R16B03-1
Verifying archive checksum...
Checksum verified (e5ece977375197338c1b93b3d88514f8)
Building Erlang/OTP R16B03-1 (R16B03-1), please wait...
Configure failed.
Building for windows, you should do the following first:
eval `./otp_build env_win32`
please note that there are backticks (``) in the command
并且运行 eval 命令什么都不做,因为我没有这些目录,只是给了我:
-bash: ./otp_build: No such file or directory
我在这里想念什么?