There was an error while loading. Please reload this page.
Here are the basic steps to build Erlang/OTP in the Git repository. Start by cloning:
git clone git://github.com/erlang/otp.git
Next, set ERL_TOP the environment variable:
ERL_TOP
cd otp export ERL_TOP=`pwd`
The repository does not contain a generated configure file, so it must be generated like this
configure
./otp_build autoconf
before configure can be run. When the configure files has been generate, you can build in the usual way as described in the README file. Shortly:
./configure make
To run the system you have built without installing it first:
$ERL_TOP/bin/erl