I'm trying to Build Erlang on Cygwin using kerl. It downloads the release, verifies checksum, starts building and gives me a configure error:
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
And running the eval command does nothing since I don't have those directories, just gives me:
-bash: ./otp_build: No such file or directory
What am I missing here?