简体   繁体   English

编译并安装Erlang / OTP后,无需`typer`

[英]No `typer` after building and installing Erlang/OTP

I built and installed OTP-20.2.2 on Fedora 27 following the instructions . 我按照说明在Fedora 27上构建并安装了OTP-20.2.2

After installation, however, there doesn't seem to be a typer executable. 但是,安装后,似乎没有typer可执行文件。 Everything else ( erl , dialyzer , etc.) seems to be there. 其他所有东西( erldialyzer等)似乎都在那里。

brew install erlang on a Mac also doesn't give a typer executable. 在Mac上的brew install erlang也没有提供typer可执行文件。

Does something special need to be done to get typer ? 获取typer是否需要做一些特殊的事情?

Since OTP-20, you should find the executable file : typer.beam in the directory erl9.X/lib/dialyzerY-Z/ebin. 从OTP-20开始,您应该在目录erl9.X / lib / dialyzerY-Z / ebin中找到可执行文件:typer.beam。 In previous versions it was in its own directory. 在以前的版本中,它位于自己的目录中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM