1 If you read this file _as_is_, just ignore the funny characters you
2 see. It is written in the POD format (see pod/perlpod.pod) which is
3 specifically designed to be readable as is.
7 README.riscos - Perl version 5 for RISC OS
11 This document gives instructions for building Perl for RISC OS. It is
12 complicated by the need to cross compile. There is a binary version of
13 perl available from L<http://www.cp15.org/perl/> which you may wish to
14 use instead of trying to compile it yourself.
18 You need an installed and working gccsdk cross compiler
19 L<http://gccsdk.riscos.info/> and REXEN
20 L<http://www.cp15.org/programming/>
22 Firstly, copy the source and build a native copy of perl for your host
24 Then, in the source to be cross compiled:
34 Select the riscos hint file. The default answers for the rest of the
35 questions are usually sufficient.
37 Note that, if you wish to run Configure non-interactively (see the INSTALL
38 document for details), to have it select the correct hint file, you'll
39 need to provide the argument -Dhintfile=riscos on the Configure
48 This should build miniperl and then fail when it tries to run it.
52 Copy the miniperl executable from the native build done earlier to
53 replace the cross compiled miniperl.
61 This will use miniperl to complete the rest of the build.
67 Alex Waugh <alex@alexwaugh.com>