From a5e8c676e2f6e2ae7fe3aca576478eeb3f6439e7 Mon Sep 17 00:00:00 2001 From: Heather Grams Date: Tue, 4 Apr 2023 14:40:49 -0400 Subject: [PATCH] CMR-9056: Removed note on therubyracer from readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 69a752e..fa1caf5 100644 --- a/README.md +++ b/README.md @@ -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 v8@3.15 $ bundle config build.libv8 --with-system-v8 - $ bundle config build.therubyracer --with-v8-dir=$(brew --prefix v8@3.15) $ bundle install Local problems with mimemagic on MACOSX?