[erlang-questions] How to include the Erlang runtime in my release?
Ali Yakout
ali.yakout@REDACTED
Sun Feb 3 10:30:21 CET 2008
Hi,
I'm using the erlware otp-base tool to build my release.
I don't want to install the Erlang when installing my release on other
machines with no Erlang.
How do I include the Erlang runtime files in my release?
My .app file look like this
{release,{"ebank_rel","1.0"},
{erts,"5.5.5"},
[{kernel,"2.11.5"},
{stdlib,"1.14.5"},
{sasl,"2.1.5.1"},
{fslib,"5.1.0"},
{gas,"4.6.0"},
{ebank,"1.0"}]}.
Thanks
Regards,
Ali Yakout
More information about the erlang-questions
mailing list