diff options
author | Jordan Wilberding <[email protected]> | 2015-04-17 08:17:05 -0700 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2015-04-17 08:17:05 -0700 |
commit | 5d33db74d5f5df99cc899a1b0b55d2d94c9526fb (patch) | |
tree | 42e0003ae84e6004313fe3afbf357ea076fb6dd3 /README.md | |
parent | f9c074798872d119b603dd977a946f6ad1021ba0 (diff) | |
parent | c57c2dcd2484fec4bec3d97463ae5457ad6cb853 (diff) | |
download | relx-5d33db74d5f5df99cc899a1b0b55d2d94c9526fb.tar.gz relx-5d33db74d5f5df99cc899a1b0b55d2d94c9526fb.tar.bz2 relx-5d33db74d5f5df99cc899a1b0b55d2d94c9526fb.zip |
Merge pull request #332 from tsloughter/rebar3
update erlydtl and switch to rebar3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -27,19 +27,15 @@ Building To build relx and generate a standalone escript executable: - $ make + $ ./rebar3 escriptize -This creates the executable `relx`. - -Note, if using your own `rebar`, it must at least be > version -2.2.0-20-g6e24cd6. Unfortunately, the 2.2.0 release of rebar is not -sufficient. +This creates the executable `_build/default/relx`. Building on Windows ------------------- -To build relx on Windows you'll need to have rebar installed and the path to -the rebar binary added to the `PATH` environment variable. To start the build +To build relx on Windows you'll need to have rebar3 installed and the path to +the rebar3 binary added to the `PATH` environment variable. To start the build use the `bootstrap` batch file: c:\> bootstrap |