Erlang 项目构建工具:Rebar

jopen 11年前

Rebar 是一个复杂的 Erlang 项目构建工具,遵循 OTP 原则。

$ git clone git://github.com/rebar/rebar.git  $ cd rebar  $ ./bootstrap  Recompile: src/getopt  ...  Recompile: src/rebar_utils  ==> rebar (compile)  Congratulations! You now have a self-contained script called "rebar" in  your current working directory. Place this script anywhere in your path  and you can use rebar to build OTP-compliant apps.

项目主页:http://www.open-open.com/lib/view/home/1361148431447