On Fri, Apr 27, 2012 at 20:27, Dylan Dandelion <[email protected]>wrote:
> I am reading: http://code.google.com/p/v8/wiki/BuildingWithGYP > > There is a link for "SCons build" that points to: > http://code.google.com/apis/v8/build.html Fixed that ;-) > But I still can't find the actual instructions for building using > SCons. Where can I find that page? Good point, it doesn't seem to exist any more. Which is not a problem, as you should use the GYP build anyway. The SCons build will go away soon. If the GYP build doesn't work for your needs, please file bugs at http://code.google.com/p/v8/issues (or send mail to this list). Fine print: If you absolutely have to fall back to the SCons build, try running "tools/test.py --build-only --arch=ia32". That command should continue to work for a few more weeks. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
