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

oops, pass options in readme to extconf, not gem

This commit is contained in:
Charles Lowell 2010-01-26 10:44:05 -06:00
parent 4fa80b582d
commit 455d21bdb8

View file

@ -127,7 +127,7 @@ exposed by default. E.g.
* 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 --with-v8-include=/path/to/v8/source/include --with-v8-lib=/path/to/v8/source
* sudo gem install therubyracer -- --with-v8-include=/path/to/v8/source/include --with-v8-lib=/path/to/v8/source
== LICENSE: