Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
add instructions to detail build enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Jan 26, 2010
1 parent 6ceb2f6 commit 8c40f7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rdoc
Expand Up @@ -124,8 +124,12 @@ exposed by default. E.g.
* libv8 >= 0.4.0

== 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
* 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:

Expand Down

0 comments on commit 8c40f7d

Please sign in to comment.