I'm pretty sure that the correct way right now, if you want a static or dynamic library, is to use Gyp. GN only generates object files, which is only useful if you're including V8 in a project that is also built with GN, such as Chromium. I found this from a link to a Chromium bug in the Homebrew formula.
~Theodore On Sunday, November 20, 2016 at 5:08:01 PM UTC-8, [email protected] wrote: > > I tried building with GN, but I was not able to get it to generate any > lib*.a files. So that didn't work for me. > > I'm currently building with Gyp, but my build doesn't seem to have > snapshot support enabled. There is a libv8_nosnapshot.a file, but no > libv8.a file. > > What's the officially correct way? > > ~Theodore > -- -- 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.
