1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

import v8 source

move v8 src to google dir

moving v8 source into main extension

move google upstream source dir into v8 ext dir

include v8 library in generated bundle

prep for 0.4.7

roll the upstream build into the main extension build

Documentation was confusing the gem packager.

simplify build instructions with bundled v8.

Only install scons and build v8 if it has not been built already.

Missing CVS.py from the scons library due to ignore patterns.

Don't need libv8 anymore, only python 2.5 which is required to build it.
This commit is contained in:
Charles Lowell 2010-01-28 21:37:03 -06:00
parent f4e5afa492
commit 205c52c5bf
1141 changed files with 428821 additions and 20 deletions

5
.gitignore vendored
View file

@ -3,4 +3,7 @@ v8.bundle
*.o
*.log
*~
docs/cpp/html/*
docs/cpp/html/*
ext/v8/upstream/scons/build
ext/v8/upstream/scons/install