Revision: 9388
Author:   [email protected]
Date:     Thu Sep 22 04:21:42 2011
Log:      Edited wiki page BuildingWithGYP through web user interface.
http://code.google.com/p/v8/source/detail?r=9388

Modified:
 /wiki/BuildingWithGYP.wiki

=======================================
--- /wiki/BuildingWithGYP.wiki  Thu Sep 22 04:20:00 2011
+++ /wiki/BuildingWithGYP.wiki  Thu Sep 22 04:21:42 2011
@@ -104,7 +104,7 @@
 {{{
 export CC=/path/to/clang
 export CXX=/path/to/clang++
-export GYP_DEFINES=clang=1
+export GYP_DEFINES="clang=1"
 }}}
After that, you can simply call {{{make}}} with any target as discussed in the [BuildingWithGYP#GCC_+_make GCC + make] section.

@@ -132,11 +132,11 @@

You can export the {{{GYP_DEFINES}}} environment variable in your shell to configure custom build options. The syntax is {{{GYP_DEFINES="-Dvariable1=value1 -Dvariable2=value2"}}} and so on for as many variables as you wish. Possibly interesting options include: * {{{-Dcomponent=shared_library}}} (see {{{library=shared}}} in the [#Optional_parameters GCC + make] section above)
-  * {{{Dconsole=readline}}} (see {{{console=readline}}})
-  * {{{Dv8_enable_disassembler=1}}} (see {{{disassembler=on}}})
-  * {{{Dv8_use_snapshot='false'}}} (see {{{snapshot=off}}})
-  * {{{Dv8_enable_gdbjit=1}}} (see {{{gdbjit=on}}})
-  * {{{Dv8_use_liveobjectlist=true}}} (see {{{liveobjectlist=on}}})
+  * {{{-Dconsole=readline}}} (see {{{console=readline}}})
+  * {{{-Dv8_enable_disassembler=1}}} (see {{{disassembler=on}}})
+  * {{{-Dv8_use_snapshot='false'}}} (see {{{snapshot=off}}})
+  * {{{-Dv8_enable_gdbjit=1}}} (see {{{gdbjit=on}}})
+  * {{{-Dv8_use_liveobjectlist=true}}} (see {{{liveobjectlist=on}}})


 ===Visual Studio===

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

Reply via email to