Skip to content

Commit

Permalink
Merge pull request rubinius#2206 from ryoqun/ubuntu-requirements
Browse files Browse the repository at this point in the history
Update requirements for Debian/Ubuntu
  • Loading branch information
dbussink committed Mar 15, 2013
2 parents ef0bd53 + e877afc commit c31e1d3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions web/doc/en/getting-started/requirements.markdown
Expand Up @@ -37,10 +37,13 @@ reporting at: /Developer/Applications/Utilities/CrashReporterPrefs.app

### Debian/Ubuntu

* ruby-dev or ruby1.8-dev
* libreadline5-dev
* zlib1g-dev
* libssl-dev
Just run this to install required packages:

$ sudo apt-get install -y build-essential bison ruby-dev rake zlib1g-dev \
libyaml-dev libssl-dev libreadline-dev libncurses5-dev

This is tested using fresh-installed Ubuntu 12.10. There may be minor differences with older
Ubuntu, Debian or other Debian-based distributions.

### Fedora/CentOS

Expand Down

0 comments on commit c31e1d3

Please sign in to comment.