[erlang-questions] Using erlang from the master branch

Lukas Larsson garazdawi@REDACTED
Fri Feb 14 10:20:40 CET 2014


Hello,

I use the release folder, eg.

export PATH=$ERL_TOP/release/powerpc-unknown-ose/bin:$PATH

git pull origin master
git clean -xfdq
./otp_build all -a
(cd release/powerpc-unknown-ose/ && ./Install -minimal `pwd`)

and then if you are feeling daring just do

git pull origin master
./otp_build release -a

whenever you want to have a new master or scratch it and do a full rebuild.

Lukas

On Fri, Feb 14, 2014 at 8:40 AM, Leo Liu <sdl.web@REDACTED> wrote:

> Hi there,
>
> I am using erlang from the master branch (to get wx support on darwin
> and other goodies). Since the branch is updated frequently I would like
> to avoid having to install it every time. I add $ERL_TOP/bin to PATH in
> bash and things seem to work except when building projects with C
> extensions, for example compiling yaws would fail due to missing .h
> files.
>
> This seems like a common use pattern so I wonder if someone else has
> solved the problem before?
>
> Thanks,
> Leo
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140214/e20109e0/attachment.htm>


More information about the erlang-questions mailing list