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:
parent
4fa80b582d
commit
455d21bdb8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue