Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README with compile-time dependencies #419

Merged
merged 1 commit into from May 31, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,15 @@ where things begin to become really exciting.
it has been bootstrapping since April 22, 2010 under Gentoo, Ubuntu,
Arch Linux, Win32, OSX...

## Prerequisites

You need the following packages when building rock:

* GNU Make (`make` or `gmake`, depending on your operating system)
* boehm-gc
* tar (for extracting the C sources)
* bzip2 (used by tar)

## Get started

Run `make rescue` and you're good.
Expand Down