intellij-erlang 配置

intellij-erlang 官方安装

windows:

1.下载安装erlang,配置环境变量path 添加 C:\Program Files\erl6.1\bin。

2.下载rebar,解压到C:\rebar,cmd下运行bootstrap.bat。

3.下载安装intellij idea。

4.安装erlang插件Configure > Plugins > Browse Repositories... > Erlang。

5.配置rebar,菜单栏 File > Settings > erlang external tools ,设置path:C:\rebar\rebar.cmd。

6.Run>Edit configurations > 绿色“+” >erlang rebar , Name和Command 都填写 compile。

7.新建erlang项目,写一个函数,可以直接运行函数。


macos:

1.用homebrew 安装 erlang,brew install erlang,中间可能提示wxmac安装失败,安装wxmac, brew install wxmac。

2.下载rebar,解压到任意地方,终端下运行./bootstrap。

其他与windows相同。


你可能感兴趣的:(erlang)