Skip to content

Commit

Permalink
More README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Mar 15, 2010
1 parent bb30ed0 commit 9d8fd0f
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,38 @@ whatever is already built will be used.
# ... Dependencies built

$ which ruby
ruby-inabox/build/bin/ruby
.../ruby-inabox/build/bin/ruby

$ which gem
ruby-inabox/build/bin/gem
.../ruby-inabox/build/bin/gem

$ gem list
rake

Requirements
------------
*** LOCAL GEMS ***

rake (0.8.7)

Mac OSX Requirements
--------------------

Everything you need is included in OSX 10.5 ("Snow Leopard").

Linux Requirements
------------------

Ruby in a Box depends on a few fundamental software packages which either
ship with the operating system or can be installed trivially.

On **Ubuntu**, and **Debian**, run the following command:

apt-get -y install make gcc zlib1g-dev libssl-dev libreadline5-dev


Un-Installation
---------------

Uninstalling is very simple:

rm -rf ruby-inabox/build

To rebuild from scratch, just remove everything and re-source the `env.sh` file.

0 comments on commit 9d8fd0f

Please sign in to comment.