<br><br>On Thursday, December 8, 2011, Albin Stigö <<a href="mailto:albin.stigo@gmail.com">albin.stigo@gmail.com</a>> wrote:<br>> Hi,<br>><br>> I'm quite new to Erlang and this list so I hope I'm posting in the right place?<br>
><br>> I would like to use Erlang code (couchdb) in an Mac OS X app I'm<br>> developing and I would like to bundle it with my app. Exactly like the<br>> Mac OS X version of Wings3D is bundling a version of erlang.<br>
><br>> I was wondering if someone kind provide me with some ideas of how to<br>> compile a smaller version of the Erlang VM without the developing<br>> tools etc?<br>><br>> Cheers,<br>> Albin<br>> _______________________________________________<br>
> erlang-questions mailing list<br>> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>> <a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
><br><br>Hi albin, <br><br>You can use the rebared version of couchdb I've wroitten to do that. It create a full Erlang release that you can eventually customize:<br><br><a href="http://github.com/refuge/rcouch">http://github.com/refuge/rcouch</a><br>
<br>& rebar template:<br><br><a href="http://github.com/refuge/rcouch_template">http://github.com/refuge/rcouch_template</a><br><br><br>hope it helps,<br><br><br>-benoît