On Tue, Dec 22, 2015 at 4:23 PM, NeMewSys <[email protected]> wrote: > Hello, > > I am trying to build V8 because I believe I have found a bug in one of the > JS native functions and would like to debug it. > > However I am facing some challenges which I describe here so that anyone can > check up the answer later, avoiding headaches with same issue in the future. > Could you give me some help? > > Thanks! > > Best regards, > Pedro D.
You did `git clone https://github.com/v8/v8` but you should use `fetch v8`, that also checks out dependencies. `fetch` is distributed with depot_tools. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
