The Erlang runtime system is the {erts, "5.5.5"} entry in your release. You don't need to install Erlang on the target platform.<br><br>Some info on how to start it can be found here: <a href="http://www.erlang.org/doc/design_principles/release_handling.html#11">http://www.erlang.org/doc/design_principles/release_handling.html#11</a><br>
<br>Cheers,<br>Adam<br><br><div class="gmail_quote">On Feb 3, 2008 10:30 AM, Ali Yakout <<a href="mailto:ali.yakout@ericsson.com">ali.yakout@ericsson.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I'm using the erlware otp-base tool to build my release.<br>I don't want to install the Erlang when installing my release on other<br>machines with no Erlang.<br><br>How do I include the Erlang runtime files in my release?<br>
<br>My .app file look like this<br><br>{release,{"ebank_rel","1.0"},<br>         {erts,"5.5.5"},<br>         [{kernel,"2.11.5"},<br>          {stdlib,"1.14.5"},<br>          {sasl,"<a href="http://2.1.5.1" target="_blank">2.1.5.1</a>"},<br>
          {fslib,"5.1.0"},<br>          {gas,"4.6.0"},<br>          {ebank,"1.0"}]}.<br><br>Thanks<br><br>Regards,<br><font color="#888888">Ali Yakout<br>_______________________________________________<br>
erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</font></blockquote></div><br>