Sha256: 5f0c35230bd69cc47d67ee795483bd4c9d298c3f27dcd9c7acf14629fc6eeb35

Contents?: true

Size: 700 Bytes

Versions: 8

Compression:

Stored size: 700 Bytes

Contents

This directory contains the V8 GYP files used to generate actual project files
for different build systems.

This is currently work in progress but this is expected to replace the SCons
based build system.

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

To generate Makefiles and build 32-bit version on Linux:

$ GYP_DEFINES=target_arch=ia32 build/gyp_v8
$ make

To generate Makefiles and build 64-bit version on Linux:

$ GYP_DEFINES=target_arch=x64 build/gyp_v8
$ make

To generate Makefiles and build for the arm simulator on Linux:

$ build/gyp_v8 -I build/arm.gypi
$ make

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
therubyracer-0.8.2 ext/v8/upstream/3.1.8/build/README.txt
therubyracer-0.9.0beta4 ext/v8/upstream/v8/build/README.txt
therubyracer-0.9.0beta3 ext/v8/upstream/v8/build/README.txt
therubyracer-0.9.0beta2 ext/v8/upstream/3.1.8/build/README.txt
therubyracer-0.9.0beta1 ext/v8/upstream/3.1.8/build/README.txt
therubyracer-0.8.2.pre2 ext/v8/upstream/3.1.8/build/README.txt
therubyracer-0.8.2.pre ext/v8/upstream/3.1.8/build/README.txt
therubyracer-0.8.1 ext/v8/upstream/3.1.8/build/README.txt