Location: Rake Documents / User_guide / 01 -- Introduction Language: en

Chapter 1—Introduction

Introduction

This package contains Rake, a simple ruby build program with capabilities similar to make.

Rake has the following features:

Download

The latest version of rake can be found at

Installation

Normal Installation

You can install rake with the following command.

% ruby install.rb

from its distribution directory.

GEM Installation

Download and install rake with the following.

gem install --remote rake

Running the Rake Test Suite

If you wish to run the unit and functional tests that come with Rake:

     rake                  # If you have a version of rake installed
     ruby -Ilib bin/rake   # If you do not have a version 
                           # of rake installed.

Online Resources

Rake References

Presentations and Articles about Rake