mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-28 20:55:31 +01:00
Revert "Add installation instructions for Arch Linux"
This reverts commit 6cf348e426
. See
https://github.com/sstephenson/ruby-build/issues/526#issuecomment-37889552.
This commit is contained in:
parent
6cf348e426
commit
556db9ab57
1 changed files with 0 additions and 14 deletions
14
README.md
14
README.md
|
@ -55,20 +55,6 @@ Or, if you would like to install the latest development release:
|
|||
|
||||
brew install --HEAD ruby-build
|
||||
|
||||
### Installing Ruby 2.x on Arch Linux
|
||||
|
||||
If you are trying to install Ruby 2.x on Arch Linux (or similar), you may need
|
||||
to manually specify the `readline` location manually.
|
||||
|
||||
RUBY_CONFIGURE_OPTS=--with-readline-dir="/usr/lib/libreadline.so" rbenv install 2.1.0
|
||||
|
||||
This should no longer be necessary once this [issue][] is resolved in Ruby.
|
||||
Many thanks to [**@ahacking**][ahacking] for [investigating this issue and
|
||||
contributing this workaround][workaround].
|
||||
|
||||
[issue]: https://bugs.ruby-lang.org/issues/9630
|
||||
[ahacking]: https://github.com/ahacking
|
||||
[workaround]: https://github.com/sstephenson/ruby-build/issues/526
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue