<div dir="ltr">Or <a href="https://gist.github.com/maxlapshin/6251523">https://gist.github.com/maxlapshin/6251523</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 13, 2019 at 2:08 PM Roger Lipscombe <<a href="mailto:roger@differentpla.net">roger@differentpla.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, 13 Apr 2019 at 11:59, Albin Stigö <<a href="mailto:albin.stigo@gmail.com" target="_blank">albin.stigo@gmail.com</a>> wrote:<br>
> I have an application with a bundled fairly complex cnode linked<br>
> against GNURadio (that in itself has a lot of dependencies libboost<br>
> among others). I'm now in the process of creating a release and<br>
> thinking about ways to satisfy dependencies with minimal fuss. I can<br>
> think about a few ways but am unsure about the best option.<br>
<br>
What's your target OS (and distribution)? Since we target Ubuntu, we<br>
just package our Erlang releases as deb files and make sure the deb's<br>
dependencies are set correctly. This includes packaging various other<br>
components (the cnode in your example, I guess) as separate debs.<br>
<br>
For packaging the deb, you could use the Debian packaging scripts,<br>
which are kinda awkward to use, or you could just use the fpm gem.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>