beamjs / erlv8

Erlang interface for V8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebar doesn't correctly build erlv8, extra step needed

jeroenvandijk opened this issue · comments

I'm not sure if this is a Rebar issue, but given the following rebar.config:

{erl_opts, [{i, "deps/proper/include"}, warnings_as_errors, debug_info, export_all]}.
{deps,
    [
        {erlv8, "", {git, "https://github.com/beamjs/erlv8.git", {branch, "master"}}},
        {misultin, "", {git, "https://github.com/ostinelli/misultin.git", {branch, "master"}}}
    ]}.

The command rebar get-deps compile doesn't correctly build erlv8. I need to do a manual make in the deps/erlv8 directory to make it work.

Any ideas? I'm new to Erlang so it is very likely I miss something. Thanks a lot for your work!

Cheers,
Jeroen

At this moment, the suggested way to build erlv8 to use the Makefile