[erlang-questions] Building Megaco as a separate stack
Maxim Treskin
zerthurd@REDACTED
Thu Jan 24 10:32:27 CET 2008
Megaco library in OTP is not standalone application, it just library.
Ordinary you need not to build it many times, just during installation of
whole OTP on your workstation. Btw, if you want to build megaco library
separately, you can make something like:
cd otp_src_R12B-0 && export ERL_TOP=`pwd` && cd lib/megaco
After this you can change source files of library (are you sure?) and build
only megaco by make command.
---
Maxim 'Zert' Treskin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080124/d386ce72/attachment.htm>
More information about the erlang-questions
mailing list