You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to install ruby release > 2.2.3 the rvm binaries have a builtin dependency to libgmp on MAC. So you need to resolve this before a successful installation.
You need to have a valid Xcode installation to proceed.
If you try to install ruby release > 2.2.3 the rvm binaries have a builtin dependency to libgmp on MAC. So you need to resolve this before a successful installation.
Download libgmp source
Get latest source files from: https://gmplib.org/#DOWNLOAD
Extract the downloaded source somewhere and cd that archive. Do the build by running:
After that you should be able to run ruby and installation without an issue.
The text was updated successfully, but these errors were encountered: