简体   繁体   English

Erlang透析器在窗户上

[英]Erlang dialyzer on windows

I am on a Windows 10 machine. 我在Windows 10机器上。 I installed Elixir through chocolatey; 我用巧克力装了Elixir; this installs Erlang 18. How do I install dialyzer? 这将安装Erlang 18.如何安装透析器? Is the console app a unix only thing? 控制台应用程序是unix唯一的东西吗?

The names on Windows match Windows conventions. Windows上的名称与Windows约定匹配。 Looking in a Windows installation I have: 查看Windows安装我有:

C:\Program Files\erl7.1\bin\dialyzer.exe

This should be what you are looking for. 这应该是你正在寻找的。 You may want to add it to your path. 您可能希望将其添加到路径中。 I honestly can't remember Windows details for the life of me, so I tend to put the full install path to a particular version's bin/ in a script (batch file, whatever). 老实说,我不记得Windows生活中的细节,所以我倾向于将完整的安装路径放到特定版本的bin/脚本中(批处理文件,无论如何)。

Developing directly on Windows tends to be a bit of an uphill battle, imo. 直接在Windows上开发往往是一场艰苦的战斗,imo。 It tends to be much easier to do development on a *nix first, and after you have your code figured out test your system on Windows and then write a starter/installer or build a Windows release. 首先在* nix上进行开发往往容易得多 ,并且在您的代码出现后在Windows上测试您的系统,然后编写启动器/安装程序或构建Windows版本。

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

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