On Tue, Nov 27, 2018 at 6:02 AM Ethin Probst <harlydavid...@gmail.com> wrote: > Also, apparently they patch it, they're using V 7.0.276.38. They also > use make-v8.sh on a build machine, I'm guessing, to build it.
We (that is, Node.js) don't build V8 standalone on anything but Linux, although we do build it for different archs (at least x86_64 and s390x.) The integrated V8 build uses GYP, which we maintain, and is known to work on FreeBSD; we have amd64 fbsd10 and 11 machines in our CI matrix. The relevant code is in deps/v8 and tools/gyp. You're welcome to use that as long as you understand and accept it comes with zero guarantees. :-) -- -- v8-users mailing list v8-users@googlegroups.com 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 v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.