Skip to content

Commit

Permalink
CMR-9056: Removed note on therubyracer from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrams-e84 committed Apr 4, 2023
1 parent ded82d2 commit a5e8c67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,13 @@ Install all the gem dependencies:
bundle install

In some cases, depending on your operating system type and/or version, the above command will fail while trying to install
the libv8 and therubyracer gems. While there might be lots of causes for the errors and lots of
the libv8 gem. While there might be lots of causes for the errors and lots of
solutions to fix the errors, we found that on some versions of OS X, you can overcome the problem by trying to use the existing
operating system version of the libv8 library, rather than trying to build a new one during the normal gem install.
We found the following workarounds to the _**bundle install**_ failures due to libv8:

$ brew install [email protected]
$ bundle config build.libv8 --with-system-v8
$ bundle config build.therubyracer --with-v8-dir=$(brew --prefix [email protected])
$ bundle install

Local problems with mimemagic on MACOSX?
Expand Down

0 comments on commit a5e8c67

Please sign in to comment.