Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
6cf348e4
Commit
6cf348e4
authored
Mar 17, 2014
by
Erik Michaels-Ober
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add installation instructions for Arch Linux
Closes
https://github.com/sstephenson/ruby-build/issues/526
.
parent
276ef2ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
README.md
+14
-0
No files found.
README.md
View file @
6cf348e4
...
@@ -55,6 +55,20 @@ Or, if you would like to install the latest development release:
...
@@ -55,6 +55,20 @@ Or, if you would like to install the latest development release:
brew install --HEAD ruby-build
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
## Usage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment