<div dir="ltr">Hello,<div><br></div><div>I use the release folder, eg.</div><div><br></div><div>export PATH=$ERL_TOP/release/powerpc-unknown-ose/bin:$PATH<br></div><div><br></div><div>git pull origin master</div><div>git clean -xfdq</div>
<div>./otp_build all -a</div><div>(cd release/powerpc-unknown-ose/ && ./Install -minimal `pwd`)</div><div><br></div><div>and then if you are feeling daring just do</div><div><br></div><div><div>git pull origin master</div>
<div>./otp_build release -a</div></div><div><br></div><div>whenever you want to have a new master or scratch it and do a full rebuild.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Lukas<br><br><div class="gmail_quote">
On Fri, Feb 14, 2014 at 8:40 AM, Leo Liu <span dir="ltr"><<a href="mailto:sdl.web@gmail.com" target="_blank">sdl.web@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hi there,<br>
<br>
I am using erlang from the master branch (to get wx support on darwin<br>
and other goodies). Since the branch is updated frequently I would like<br>
to avoid having to install it every time. I add $ERL_TOP/bin to PATH in<br>
bash and things seem to work except when building projects with C<br>
extensions, for example compiling yaws would fail due to missing .h<br>
files.<br>
<br>
This seems like a common use pattern so I wonder if someone else has<br>
solved the problem before?<br>
<br>
Thanks,<br>
Leo<br>
<br>
_______________________________________________<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" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div></div>