<div dir="auto">Hi Joe,<div dir="auto">I got it started by adding the erts-9.0/bin directory and editing the bin/erl.ini file with the right path. Am trying to trim more, but my PC is acting weird.</div><div dir="auto">Regards,</div><div dir="auto">Vlad</div><div dir="auto"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 20 Sep 2017 12:22, "Joe Armstrong" <<a href="mailto:erlang@gmail.com">erlang@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I want to ship Erlang as a component inside a<br>
larger application to run on Windows<br>
<br>
Assuming the larger application has reserved space<br>
for Erlang at some destination directory $DEST then I need<br>
to copy a subset of the files from a standard<br>
distribution into $DEST.<br>
<br>
On a Mac I have reduced the number of necessary files to 11<br>
(could be 10 if you remove start.script)<br>
<br>
├── COPYRIGHT<br>
├── bin<br>
│   ├── beam.smp<br>
│   ├── erl_child_setup<br>
│   ├── erlexec<br>
│   ├── start.boot<br>
│   └── start.script<br>
├── erl<br>
└── lib<br>
    ├── compiler-7.0.2.ez<br>
    ├── kernel-5.1.ez<br>
    ├── sasl-3.0.1.ez<br>
    └── stdlib-3.1.ez<br>
<br>
I've thrown away all the libraries apart from compiler etc.<br>
<br>
I'm trying (unsuccessfully) to do the same thing on windows - does anybody<br>
know how to make a minimal Erlang for windows? - which files must be<br>
copied and which files must be patched????<br>
<br>
As an afterthought - it would be *very nice* to have a program which<br>
makes a minimal distributable program for Windows/Mac/Linux.<br>
<br>
I was thinking along the lines of running the program twice - in run one<br>
I'd trace all calls to discover which modules were actually called, then<br>
from this information build a minimal distributable program.<br>
<br>
Cheers<br>
<br>
/Joe<br>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
</blockquote></div></div>