安装Erlang/OTP的问题

use*_*002 5 erlang ubuntu makefile erlang-otp

我正在尝试按照http://www.erlang.org/doc/installation_guide/INSTALL.html上的文档安装Erlang/OTP .我在构建Erlang/OTP版本时遇到了问题.当我跑步时make,我得到:

Makefile:247: /home/otp_src_17.0/make/i686-pc-linux-gnu/otp_ded.mk: No such file or directory
make: *** No rule to make target `/home/amiro/otp_src_17.0/make/i686-pc-linux-gnu/otp_ded.mk'.  Stop.
Run Code Online (Sandbox Code Playgroud)

这里有没有人遇到过这种问题?

Geo*_*Sh. 3

您可以尝试从此处https://www.erlang-solutions.com/resources/download.html下载适合您系统的 OTP。或者尝试这个http://freshbrewedcode.com/bryanhunter/2014/04/10/hurray-for-erlang-17-0/方法 - 在此脚本中列出了所有必需的包。