mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
add instructions to detail build enhancements
This commit is contained in:
parent
6ceb2f63ae
commit
8c40f7df83
1 changed files with 5 additions and 1 deletions
|
@ -124,8 +124,12 @@ exposed by default. E.g.
|
||||||
* libv8 >= 0.4.0
|
* libv8 >= 0.4.0
|
||||||
|
|
||||||
== INSTALL:
|
== INSTALL:
|
||||||
* download, build and install V8: http://code.google.com/apis/v8/build.html
|
* download and build V8: http://code.google.com/apis/v8/build.html
|
||||||
|
* Be sure to build it as a static library and with the same architecture as your ruby executable. e.g.
|
||||||
|
scons library=static arch=x64
|
||||||
* sudo gem install therubyracer
|
* sudo gem install therubyracer
|
||||||
|
* If you did not install V8 to the standard lib and include path you will need to set the V8_HOME environment variable when installing. e.g.
|
||||||
|
V8_HOME=/path/to/my/built/v8/source gem install therubyracer
|
||||||
|
|
||||||
== LICENSE:
|
== LICENSE:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue