1
0
Fork 0
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:
Charles Lowell 2010-01-26 15:15:38 -06:00
parent 455d21bdb8
commit fecfe284cc

View file

@ -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)