dnssd_erlang icon indicating copy to clipboard operation
dnssd_erlang copied to clipboard

Add rebar3 support

Open surik opened this issue 10 years ago • 6 comments

surik avatar Jun 30 '15 10:06 surik

Or maybe I have to use overrides in my application?

surik avatar Jun 30 '15 14:06 surik

@benoitc you're not listed as a repo watcher, is this PR on your radar?

andrewtj avatar Jul 01 '15 21:07 andrewtj

@andrewtj hrm not sure why I was not in the watcher....

Anyway I will look at the PR once I arrive at my desk tonight.

benoitc avatar Jul 02 '15 15:07 benoitc

wez can probably add a Makefile like I did for ucol_nif and then be supported by erlan.mk + rebar2. The question is how to compile under windows that way. Any idea?

benoitc avatar Aug 14 '15 09:08 benoitc

@benoitc of course, we can add Makefile, but this PR about how to use dnssd_erlang as dependency in rebar3 project.

surik avatar Aug 17 '15 12:08 surik

@surik yes so let add it :) I was referring to the Makefile in c_src: https://github.com/refuge/ucol_nif/blob/master/c_src/Makefile

Which will build the ports. Then maybe a specific entry for windows can be added there or we keep the escript.

benoitc avatar Aug 17 '15 12:08 benoitc