Erlang学习笔记一 环境搭建

Erlang官网: http://www.erlang.org/
1.Erlang SDK下载
2.Erlang Build 工具 rebar 安装
通过源码安装(需要安装git及配置Path)
执行以下命令进行安装:
$ git clone https://github.com/rebar/rebar3.git
$ cd rebar3
$ ./bootstrap


 
3.下载安装IntelliJ IDEA
4.安装Erlang插件
 

猜你喜欢

转载自bsr1983.iteye.com/blog/2215094