Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document that build-depended tools need to be in PATH to be found (fixes
  • Loading branch information
sorear committed Apr 15, 2012
1 parent 1b64073 commit 5b6457f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.pod
Expand Up @@ -40,20 +40,34 @@ linefeed only.

=head1 DEPENDENCIES (BUILD FROM SOURCE)

All of these need to be available in PATH.

=over 4

=item *

Standard Unix utilities (touch, mkdir, rm, cp, echo)

=item *

wget (to fetch a bootstrapping binary).

=item *

perl (only needed for testing and the Perl 5 interop layer)

=item *

GNU make

=item *

unzip

=item *

git

=back

=head1 USING
Expand Down

0 comments on commit 5b6457f

Please sign in to comment.