rebar3_elixir_compile icon indicating copy to clipboard operation
rebar3_elixir_compile copied to clipboard

need complete dependency for demo.

Open minghu6 opened this issue 7 years ago • 3 comments

It needs elixir and hex installed.

minghu6 avatar Jul 06 '18 02:07 minghu6

what’s the purpose of this ticket?

benoitc avatar Jul 06 '18 04:07 benoitc

README of examples/demo just said:

Build

$ rebar3 compile
$ rebar3 shell
Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:8:8] [async-threads:0] [hipe] [kernel-poll:false] [dtrace]

Eshell V7.3  (abort with ^G)
1> 'Elixir.MacroApp':run(). 

etc.

However, rebar3 compile on the demo also need elixir and hex plugin for mix installed, So it's better to Add somethings on README like

Dependency

elixir (if no version limit) hex for mix

minghu6 avatar Jul 06 '18 06:07 minghu6

Aahh I understand now :) Yes indeed. I will edit the readme asap. Thanks!

benoitc avatar Jul 06 '18 12:07 benoitc