[erlang-questions] Building selected modules
Lukas Larsson
lukas@REDACTED
Fri Jan 14 17:23:13 CET 2011
Hi,
If you do './otp_build setup && ./otp_build release' a small erlang
release will be compiled and published into releases/$ARCH. As for only
doing certain applications I do not know of any way, but you can always
edit lib/Makefile which lists which applications to compile.
This assumes that you are building from the github repo and not from the
sources at erlang.org/download. There should however be a similar
makefile there that you can edit.
Lukas
On Fri, 2011-01-14 at 16:47 +0100, Alessandro Sivieri wrote:
> Well, I just found [1], which seems to explain a few things...
>
> [1] https://github.com/esl/erlang-embedded
>
More information about the erlang-questions
mailing list