I tried "make ia32.release" It gives me following make[1]: Entering directory `/d/projects/libv81/vendor/v8/out' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/d/projects/libv81/vendor/v8/out'
But i didn't alter gyp or make files. Just change compiler an linker through env variables. So I assume on windows it tries to generate msvc project and nothing more. 2012/6/23 Jakob Kummerow <[email protected]>: > 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 -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
