diff options
author | Michael Stevens <mstevens@etla.org> | 2011-01-13 15:46:51 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-14 19:05:01 -0500 |
commit | f094a61861093f15cd111644683b6bb58e4f0311 (patch) | |
tree | 7fef300d3a0c513af5a9faa6272df5b7ff578698 /README.riscos | |
parent | 09b08e9b619a0d6d9c705b75fb513c077b99aa8f (diff) | |
download | perl-f094a61861093f15cd111644683b6bb58e4f0311.tar.gz |
Fix =item to be ordered list and not warn.
Diffstat (limited to 'README.riscos')
-rw-r--r-- | README.riscos | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.riscos b/README.riscos index 93c365bf65..62a1a5647c 100644 --- a/README.riscos +++ b/README.riscos @@ -25,11 +25,11 @@ Then, in the source to be cross compiled: =over 4 -=item +=item 1. $ ./Configure -=item +=item 2. Select the riscos hint file. The default answers for the rest of the questions are usually sufficient. @@ -39,24 +39,24 @@ document for details), to have it select the correct hint file, you'll need to provide the argument -Dhintfile=riscos on the Configure command-line. -=item +=item 3. $ make miniperl -=item +=item 4. This should build miniperl and then fail when it tries to run it. -=item +=item 5. Copy the miniperl executable from the native build done earlier to replace the cross compiled miniperl. -=item +=item 6. $ make -=item +=item 7. This will use miniperl to complete the rest of the build. |