Revision: 9384
Author: [email protected]
Date: Thu Sep 22 04:08:08 2011
Log: Edited wiki page BuildingWithGYP through web user interface.
http://code.google.com/p/v8/source/detail?r=9384
Modified:
/wiki/BuildingWithGYP.wiki
=======================================
--- /wiki/BuildingWithGYP.wiki Thu Sep 22 04:02:34 2011
+++ /wiki/BuildingWithGYP.wiki Thu Sep 22 04:08:08 2011
@@ -5,7 +5,7 @@
V8 is built with the help of GYP. GYP is a meta build system of sorts, as
it generates build files for a number of other build systems. How you build
therefore depends on what "back-end" build system and compiler you're using.
The instructions below assume that you already have a [UsingGit checkout
of V8].
-_Note: V8 used to be built with SCons, but that process is deprecated, and
you should use the GYP based build instead. If you encounter something
(that you care about) which was supported in the old SCons build but not in
the new GYP build, please [code.google.com/p/v8/issues file a bug] and
we'll take care of it._
+_Note: V8 used to be built with SCons, but that process is deprecated, and
you should use the GYP based build instead. If you encounter something
(that you care about) which was supported in the old SCons build but not in
the new GYP build, please_ _[code.google.com/p/v8/issues file a bug]_ _and
we'll take care of it._
==Prerequisite: Installing GYP==
@@ -34,7 +34,7 @@
make ia32
}}}
-To automatically build for the host architecture:
+To automatically build in release mode for the host architecture:
{{{
make native
}}}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev