[erlang-questions] kerl usage (was Patch package OTP 21.1.1 released)
Lloyd R. Prentice
lloyd@REDACTED
Sun Oct 14 02:08:13 CEST 2018
Thanks all for useful tips.
Best wishes,
LRP
Sent from my iPad
> On Oct 13, 2018, at 3:46 PM, Boroska András <andras.boroska@REDACTED> wrote:
>
> Hi!
>
> One can also use kerl with a local git repo, thus avoiding the large
> download before each build by using git fetch.
>
> When setting the default install directory in ~/.kerlrc as
> KERL_DEFAULT_INSTALL_DIR=~/myotpinst
>
> the following will install what you wanted:
>
> cd ~/github/otp # the git repo
> git fetch
> kerl build git ~/github/otp OTP-21.1.1 r21.1.1
> kerl install r21.1.1
>
> Andras
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list