From 879108a2aa4e463df1b14830661c0820fcdccb11 Mon Sep 17 00:00:00 2001 From: nuex Date: Sun, 6 Apr 2014 23:51:43 -0400 Subject: Windows build instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 96fe0c3..32eaa3b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,19 @@ This creates the executable `relx`. Note, if using your own `rebar`, it must at least be > version [2.2.0](https://github.com/rebar/rebar/releases) +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 +use the `bootstrap` batch file: + + c:\> bootstrap + +This creates the executable `relx` and the `relx.cmd` shortcut script. Copy +both of these files to a directory and make the directory available to the +`PATH` environment variable. + Config File ----------- -- cgit v1.2.3