On Tue, Aug 23, 2011 at 15:43, Alejandro F. Reimondo < [email protected]> wrote:
> Hi, > I tried to build V8 (shell sample and library) on windows from trunk, > but the current SCONS support do not let us build for Android > devices yet. > Then I tried to build from Android git files; it is an old version > of V8 that it is said that it can be built but not using SCONS... > It did not worked on my installation (windows platform, after > a lot megabytes of downloads). > It would be nice to have support for Android via SCONS > on windows. > I was thinking in investing more time to get a build, but don“t > want to waste time if it will be incorporated soon to trunk. > > Is there any plan to support Android platform? > Android *is* supported, as the Android browser uses V8. I don't know how that is compiled, though. Probably on Linux, considering that Android itself runs on a Linux kernel. AFAIK, none of the V8 developers use Windows as their primary OS. We obviously support building (and running) V8 on Windows as far as necessary, but there's no incentive on our side to go beyond that. Also, note that building with SCons is deprecated on all platforms; we're actively moving away from it. Any effort invested into the build system should be directed towards the GYP based build. > Is there any person that have succeded to build > trunk version of V8 for Android on Windows 7 ? > > thanks in advance, any information will be really appreciated, > Ale. > > > > > > -- > v8-users mailing list > [email protected] > http://groups.google.com/**group/v8-users<http://groups.google.com/group/v8-users> > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
