Reviewers: Sven Panne,
Message:
Sven: PTAL. Remove *ALL* the duplication!
Erik: Just FYI.
I've decided against introducing a top-level BUILD.txt because I'd like to
avoid
spamming the top-level directory with unnecessary cruft. "build/README.txt"
should be intuitive enough to find for anyone looking for build
instructions.
Description:
Fix outdated build/README.txt
BUG=v8:2649
Please review this at https://codereview.chromium.org/13911011/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M build/README.txt
Index: build/README.txt
diff --git a/build/README.txt b/build/README.txt
index
ea6287f7b7251065715d1a566cc043fd2e93458e..00b31e3c676cce017dbe8e725750bff6e7a16f32
100644
--- a/build/README.txt
+++ b/build/README.txt
@@ -1,66 +1,4 @@
-This directory contains the V8 GYP files used to generate actual project
files
-for different build systems.
+For build instructions, please refer to:
-This is currently work in progress but this is expected to replace the
SCons
-based build system.
+https://code.google.com/p/v8/wiki/BuildingWithGYP
-To use this a checkout of GYP is needed inside this directory. From the
root of
-the V8 project do the following:
-
-$ svn co http://gyp.googlecode.com/svn/trunk build/gyp
-
-Note for the command lines below that Debug is the default configuration,
-so specifying that on the command lines is not required.
-
-
-To generate Makefiles on Linux:
--------------------------------
-
-$ build/gyp_v8
-
-This will build makefiles for ia32, x64 and the ARM simulator with names
-Makefile-ia32, Makefile-x64 and Makefile-armu respectively.
-
-To build and run for ia32 in debug and release version do:
-
-$ make -f Makefile-ia32
-$ out/Debug/shell
-$ make -f Makefile-ia32 BUILDTYPE=Release
-$ out/Release/shell
-
-Change the makefile to build and run for the other architectures.
-
-
-To generate Xcode project files on Mac OS:
-------------------------------------------
-
-$ build/gyp_v8
-
-This will make an Xcode project for the ia32 architecture. To build and
run do:
-
-$ xcodebuild -project build/all.xcodeproj
-$ samples/build/Debug/shell
-$ xcodebuild -project build/all.xcodeproj -configuration Release
-$ samples/build/Release/shell
-
-
-To generate Visual Studio solution and project files on Windows:
-----------------------------------------------------------------
-
-On Windows an additional third party component is required. This is cygwin
in
-the same version as is used by the Chromium project. This can be checked
out
-from the Chromium repository. From the root of the V8 project do the
following:
-
-> svn co http://src.chromium.org/svn/trunk/deps/third_party/cygwin@66844
third_party/cygwin
-
-To run GYP Python is required and it is recommended to use the same
version as
-is used by the Chromium project. This can also be checked out from the
Chromium
-repository. From the root of the V8 project do the following:
-
-> svn co
http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111
third_party/python_26
-
-Now generate Visual Studio solution and project files for the ia32
architecture:
-
-> third_party\python_26\python build/gyp_v8
-
-Now open build\All.sln in Visual Studio.
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.