Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@6745 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Jens Rieks committed Oct 2, 2004
1 parent bf12f36 commit 6f4ccaf
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README
Expand Up @@ -68,21 +68,29 @@ files and some Makefiles.

The file "myconfig" has an overview of configure settings.

Next type
Next, run make:

make
=over 4

or
=item For UNIX like systems that come with its own make, C<gmake> should be used

nmake
=item On windows systems, C<nmake> is used

and the interpreter should build. If you are building the ICU library
=item On other systems, just try C<make>

=back

Now, the interpreter should build. If you are building the ICU library
(this is the default on most systems), you need to use GNU make instead
(or something compatible with it).

You can test parrot by running

make test
make test (or C<nmake test>/C<gmake test>)

You can run the full test suite with

make fulltest

Look at docs/parrot.pod and docs/intro.pod for where to go from here.
If you have any problems, see the section "Reporting Problems" in
Expand Down

0 comments on commit 6f4ccaf

Please sign in to comment.