Search code examples
builderlangmakefilerebar

What is the standard build tool in Erlang?


I am very new to Erlang programming language. Is there a standard build tool in Erlang?

I have googled out these, not sure which one I should use.


Solution

  • Rebar is gradually being replaced by rebar3, which provides more deterministic builds and conflict resolution, packages (integrating with hex.pm), and so on.

    As one of the current rebar and rebar3 maintainers, I'd recommend rebar3.