2 author: Stanislaw Szymczyk
3 contact: sszymczy@gmail.com
7 This is experimental Perl 5.7.2 AROS port intended to be built on AROS. It
8 contains the following extensions:
38 This port doesn't support dynamically linked extensions.
42 You need to have gcc, binutils, collect-aros, abc-shell, make, coreutils, sed,
43 findutils, grep and yacc installed to build Perl.
45 Steps needed to build and install Perl:
47 1. Download Perl 5.7.2 sources
48 2. Unpack them and apply perl-5.7.2-aros-$(CPU).diff patch
49 3. Copy patched sources to RAM:
50 4. Run abc-shell (SYS:Development/bin/sh) and cd to Perl source directory
51 5. find . -name "*.SH" -exec sh \{\} \;
55 Installation directory (/usr) is hardcoded in config.sh file.