kerl
kerl copied to clipboard
Easy building and installing of Erlang/OTP instances | kerl development continues in the kerl organization
If libssl headers are missing in the system, the resulting Erlang build will not include `crypto` module. Such Erlang build is pretty much useless. For instance, rebar won't be working...
kerl is great for sandbox environment. but sometimes, we need to have installed erlang versions system wide. it is not that easy as adding path to the profile everytime. i...
I don't have HiPE in a default kerl build (no options). Tried with r14b and r14b02. On the other hand, a default source build compiled manually enables HiPE. Is that...
I keep my fingers away from kerl since it deleted a bunch of files in my home directory. There is a very dangerous delete option in the code which should...
I want a new command, `activate` (or similar name) that activates a given installation: ``` $ kerl list installations r14b03_hipe_native /Users/alind/Applications/erlang/r14b03_hipe_native r13b04_hipe /Users/alind/Applications/erlang/r13b04_hipe r13b04 /Users/alind/Applications/erlang/r13b04 ``` `kerl activate r13b04` would...