| 1 | If you read this file _as_is_, just ignore the funny characters you
|
|---|
| 2 | see. It is written in the POD format (see perlpod manpage) which is
|
|---|
| 3 | specially designed to be readable as is.
|
|---|
| 4 |
|
|---|
| 5 | =head1 NAME
|
|---|
| 6 |
|
|---|
| 7 | perldos - Perl under DOS, W31, W95.
|
|---|
| 8 |
|
|---|
| 9 | =head1 SYNOPSIS
|
|---|
| 10 |
|
|---|
| 11 | These are instructions for building Perl under DOS (or w??), using
|
|---|
| 12 | DJGPP v2.03 or later. Under w95 long filenames are supported.
|
|---|
| 13 |
|
|---|
| 14 | =head1 DESCRIPTION
|
|---|
| 15 |
|
|---|
| 16 | Before you start, you should glance through the README file
|
|---|
| 17 | found in the top-level directory where the Perl distribution
|
|---|
| 18 | was extracted. Make sure you read and understand the terms under
|
|---|
| 19 | which this software is being distributed.
|
|---|
| 20 |
|
|---|
| 21 | This port currently supports MakeMaker (the set of modules that
|
|---|
| 22 | is used to build extensions to perl). Therefore, you should be
|
|---|
| 23 | able to build and install most extensions found in the CPAN sites.
|
|---|
| 24 |
|
|---|
| 25 | Detailed instructions on how to build and install perl extension
|
|---|
| 26 | modules, including XS-type modules, is included. See 'BUILDING AND
|
|---|
| 27 | INSTALLING MODULES'.
|
|---|
| 28 |
|
|---|
| 29 | =head2 Prerequisites for Compiling Perl on DOS
|
|---|
|
|---|