Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docwhat/rbenv-homebrew
https://github.com/docwhat/rbenv-homebrew
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/docwhat/rbenv-homebrew
- Owner: docwhat
- License: mit
- Created: 2013-07-04T03:34:15.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T02:04:56.000Z (over 3 years ago)
- Last Synced: 2024-04-13T03:21:47.917Z (7 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Have homebrew automatically use Homebrew packages
This plugin causes [rbenv][] to automatically use the following homebrew
packages when building with [ruby-build][].If you don't have a homebrew package installed then ruby-build
won't use it.Packages:
* `openssl`
* `kerberose`
* `readline`
* `zlib`It is recommended that at minimum you install `openssl` and `readline`.
Ruby 2.x needs the newer OpenSSL library. And the [readline
replacement][editline] that ships with OS X is
horrible.## Installation
git clone git://github.com/docwhat/rbenv-homebrew.git \
"$(rbenv root)/plugins/rbenv-homebrew"## Note
This is not compatible with Tim Pope's
[rbenv-readline][]
plugin. This plugin does that and more.[rbenv]: https://github.com/sstephenson/rbenv "Rbenv"
[ruby-build]: https://github.com/sstephenson/ruby-build "Ruby-build"
[rbenv-readline]: https://www.github.com/tpope/rbenv-readline "Tim Pope's rbenv-readline"
[editline]: http://www.thrysoee.dk/editline/ "Editline"