[erlang-questions] create release add libraries

Wes James comptekki@REDACTED
Sat Nov 16 20:17:47 CET 2013


I am moving an app to use relx to create it in to a release.  I have the
erlang app mostly working except for secure websockets is not working right
so I'm trying to add wx and debugger libs (are those the right ones) so I
can run:

make
./_rel/bin/app console

then in the erlang console do:

im().
ii(websocket_handler).
iaa([init]).

but this doesn't work since wx and debugger libs are not in _rel/lib

Where do I add these to the release compilation?

Thanks,

-wes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20131116/2e02d727/attachment.htm>


More information about the erlang-questions mailing list