forked from nasa/cmr-opensearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMR-9056: Removed note on therubyracer from readme
- Loading branch information
1 parent
ded82d2
commit a5e8c67
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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? | ||
|