forked from rebar/rebar
-
Notifications
You must be signed in to change notification settings - Fork 1
Building rebar
tuncer edited this page Nov 21, 2012
·
5 revisions
To build rebar you will need a working installation of Erlang R13B03 (or later).
Should you want to clone the rebar repository, you will also require git.
Clone the git repository:
$ 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.
As the console listing indicates, you now have a rebar escript.