Building on MinGW is not officially supported, but should either work as it
is or can probably be made to work with little changes (don't know, never
tried it myself).

In case any adaptations are necessary, we'd be happy to accept
contributions, both patches[*] to V8 itself and documentation to be added
to our wiki.

The general idea is to use build/gyp_v8 to produce project files for your
toolchain (I assume this is make+GCC on MinGW?), then compile those project
files as you normally do with that toolchain. The top-level Makefile
automates both steps for Unix-like host systems, so you can easily do "make
ia32.release" and so on.


[*] Please see http://code.google.com/p/v8/wiki/Contributing


On Fri, Jun 22, 2012 at 8:17 PM, slavik <[email protected]> wrote:

> Every instruction which I found describe how to build v8 with MinGW using
> Scons. But Scons is now deprecated. Is there a way to use GYP with MinGW?
>
> http://code.google.com/p/v8/issues/detail?id=64
>
>

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to