On Thu, Feb 20, 2014 at 7:59 PM, Jane Chen <[email protected]> wrote: > Hi Jacob, > > I'll give it a try with Visual Studio. Thanks. > > Things work fine for me on Linux. But as a developer, I need to support > Windows, Mac and Solaris as well. Does v8 support Solaris10 (x86-64) at > all? I didn't find a Chrome for Solaris, so wondering likelihood for it to > work. > > Thanks, > Jane
V8 builds and runs on Solaris (usually). Make sure gcc is up to date; older Solaris sites default to gcc 3.4 and that won't work. -- -- 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/groups/opt_out.
