Skip to content

Commit

Permalink
Explain how to build releases of Erlang 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Allen committed Nov 3, 2014
1 parent fc7dc9d commit db09cd7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ Supported platform
At the moment only Mac OS X is supported. It should be easy to add Linux or
other Unix support.

Some selected Erlang versions
-----------------------------
`erlbrew` has been tested and works on R14B04 onward. Building Erlang before R14
may or may not work and we have little interest in making it work if its broken. (Sorry!)

For the [release of Erlang 17](http://erlang.org/pipermail/erlang-questions/2014-April/078563.html), Ericcson decided to move to a new release naming scheme,
dropping the R and the build numbers. So for the most recent release (as of
3 November 2014), you would type:

$ erlbrew install 17.3

Something broke
---------------
erlbrew does its work in a work directory located at `$HOME/erlbrew/.build/current`
Expand Down

0 comments on commit db09cd7

Please sign in to comment.