mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
add how to build to the readme
This commit is contained in:
parent
455d21bdb8
commit
fecfe284cc
1 changed files with 8 additions and 0 deletions
|
@ -129,6 +129,14 @@ exposed by default. E.g.
|
|||
* scons library=static arch=x64
|
||||
* sudo gem install therubyracer -- --with-v8-include=/path/to/v8/source/include --with-v8-lib=/path/to/v8/source
|
||||
|
||||
== DEVELOP
|
||||
* 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
|
||||
* git clone git://github.com/cowboyd/therubyracer.git
|
||||
* cd therubyracer
|
||||
* V8_HOME=/path/to/v8/source rake compile
|
||||
|
||||
== LICENSE:
|
||||
|
||||
(The MIT License)
|
||||
|
|
Loading…
Reference in a new issue